Thanks to Joe White for getting me a copy of the RjDj get_sensors.pd patch. I’ve added support for all the rj sensor objects:

https://github.com/danomatika/PdParty/blob/master/doc/PdParty_User_Guide.md#rjdj-compatibility

With this done, I just have some bug fixes, cleanup, & new screenshots to do before launching the open beta. Hopefully I can convince a number of y’all to test things out again, then onto the AppStore she goes!

--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com

On Jan 8, 2016, at 2:28 AM, Berenger Recoules <berenger.recoules@gmail.com> wrote:



2016-01-08 7:59 GMT+01:00 Dan Wilcox <danomatika@gmail.com>:
With PdParty, you can forward the sensor events over OSC to Pd running in your computer. I believe people did this with netsend in the RjDj days.

Yes ! definitely, we need to add sensor support in ppp, and we probably want a common api.
 

Also, I decided to support RjDj apps because: 1 it wasn't that hard to & 2 there are a lot of grerat scenes I’d like to see working in the future.

Same here, but I thought it was a bit harder and needed a bit of thinking beforehand. Do you support everything ?

[r_#accelerate] : I guess yes :)

[r_#compass], [r_#gyro], [r_#loc], [r_#time], [r_#touch]

and do you provide support for [rj_image] ? (we could probably add this - I remember making a small spacecraft game with this)

and what about the specific rj externals ? ([rj_accum], [rj_barflux_accum~], [rj_centroid~], [rj_senergy~], [rj_zcr~]) ?

 


On Jan 7, 2016, at 11:47 AM, Berenger Recoules <berenger.recoules@gmail.com> wrote:

I think touch is needed for a touchscreen ... so we kept it (but how to prototype a multi-touch app in pd-vanilla ?) , and taplist is a good way to select an element in list with a very small on screen size so it's pretty usefull so we kept it too. 




--