Sending data from pure dara into Max
hello community! anyone know how to send data from pure dara into Max?
thanks!
Depends on the nature of your data and general context you can use protocols such as OSC (OpenSound Control), MIDI, Syphon (for realtime video sharing), Jack or similar solutions for audio streams.
More possibilities exists, depends on your needs.
Btw. there is a PureData version compiled as Max external.
just numbers, floating points from 0 to 1
Ok, so OSC will be probably the simplest way to do that. Both Max and PD are able to send/receive basic OSC messages with build-in objects.
On Max side check: [udpsend] and [udpreceive] objects and on Pd side [oscformat] and [oscparse].
ooh now it's clear) thank you!
@Yaniki can you post an example?
Unfortunately this is only way I've been able to make it work. Can't do it without the -b flag on pd side.

Thanks Yaniki.
The example from pd to max is very helpful.
And so I realize you also have to always use the -b flag.
Best