Figure53 peeps. If I send a custom OSC Message with the text "$Chan 1 Thru 10 at Full#", am I sending that text? Or am I sending a bundle?
If it's the latter, what would it take to simply send Serial Data over UDP?
This is something we're exploring for some indeterminate future addition, but doesn't yet exist built-in.
Figured this out on accident todaync -u 10.3.10.45 8000 (Replace your IP and Port specified in Show Control on the board ... be sure to enabled String RX)Then typeSubMove 1# (for serial commands)$Chan 1 at 50# (for command line prompts ... like you were typing it in the command line)
For a little extra fun, try this same thing with QLab 3, as long as incoming OSC is on (which it is, by default) and no passcode is set. replace aa.bb.cc.dd with the IP address of the computer that’s running QLab, and then:
nc -u aa.bb.cc.dd 53535 (enter)
/go