Is the format just too open?
Personally, I’d say there’s a pretty decent argument to be made that this is true.
Of course, we can work to improve the flexibility of our API, and its ability to talk to other programs. But there’s something nice about the constraints and simplicity of MIDI, ain’t there?
-C
On February 19, 2015 at 9:45:19 AM, micpool (m...@micpool.com) wrote:
So, I have got OSC packet sniffing happening with wireshark and I have managed to get LEMUR to output what looks like a perfectly valid message containing a string in double quotation marks with this:decl theoutstring='/new '+arraytostring({34})+'video'+arraytostring({34});oscout (1,theoutstring,1);But it still doesn't do anything.If I capture the OSC string in Qlab and cut and paste it into an OSC cue as a custom message it works fine.Other OSC stuff that doesn't contain quotation marks, like /load and /go work, it just seems to be the stuff that needs strings that's problematicI have attached a text file of the packets from wireshark and marked the OSC that works and the packets that don'tAny ideas?MicPS Although quite complicated compared to Touch OSC, LEMUR seems to have the potential to provide solutions for a lot of remote control requirements over OSC and MIDI as it has its own C like script language. It's main advantage is the mac editor runs in sync with the iPad app so as soon as you program something or add a module to the editor, it's immediately available for use on the iPad.And it has an HTML5 based canvas object so you can include animations and all sort of mad stuff on your remote, (although I suspect it will take a little while longer before I attempt anything like the stuff in this article)
Hi Mic,