Hi,
I am trying to send float data from Pure Data to processing. After searching around I see a lot of methods using [sendOSC], but i am on Vanilla and don't have that. I tried [netsend] but haven't had any luck with that.
in Max I use a number box(sending float data) to [prepend /ramp1] connected to [udpsend 127.0.0.1 12000] to send a value called ramp1 on network channel 12000.
Does anyone know how to do this in Pd?
Thanks, Nick