Am 05.01.21 um 15:54 schrieb Jeanette C.:
Hey hey Brandon!
Jan 5 2021, Brandon Hale has written:
Does anyone on here know about any programs that
can create OSC
messages from the terminal?
liblo comes with a few tools, amongst them oscsend and
oscsendfile .
The Python binding for liblo, pyliblo (often packaged as
python-pyliblo), also contains two scripts "send_osc" and "dump_osc",
which work similar to the liblo tools, with slightly more flexible
command line parsing.
The main advantage of pyliblo, though is that it is easy to create your
your own custom OSC tools and scripts with it.
http://dsacre.github.io/pyliblo/doc/
Chris