
jhoepffner
User
Mar 31, 2008, 6:34 AM
Post #12 of 14
(2020 views)
Shortcut
|
Hello, Working on a project involving many text manipulation, I come back to Director (Mark it would be great to have something to process text, like python or javaScript module), trying to connect different computer running Director. There is not working well OSC Xtra, so I tried first with Mark Xmidi xtra, working but a little bit tricky to set up network midi for each computer and then using midi to send text… Hopefully I found UDPXtra from Antoine Schmidt, free and working perfectly and easely between different machines to send string (with text or numbers). I think: why dont use that to fake a OSC device, taging properly the message and I began to listen, via UDP, all the OSC messages, from Isadora, Max/Msp and PureData, but each one is completely different! And the Max/Msp message have this #bundle, so I searched for the OSC protocol on the web and I found a paper explaining that OSC message can be in the primitive form (/tag, data, data etc.) with each data containing the format tag, but can also be in #bundle form, containing all the data inside the bundle with time etc. I thing the problem is here, the information coming from Max is encapsuled and Isadora cannot analyse it. I join the pdf Mark, can you explore that? OSC with all their possibility (integer, float, string etc.) is becoming the de facto standard in interactivity and I am preparing a project involving Isadora (video), Max/Msp (sound), Director (text) and processing (procedural design) and the only possibility to join that is OSC. Thank you
|