re. [official] OSC support... just for the sake of an example: in View > Options... > OSC: Server: check Enable OSC server/listener; Actions: check /Transport/Play; hit OK, done. now, on a command line, enter: oscsend osc.udp://localhost:5000 /Transport/Play or oscsend localhost 5000 /Transport/Play got it? enjoy! nb. oscsend is provided by liblo but you can use any other OSC client of your preference, if you know how ;) Reply
just for the sake of an example:
oscsend osc.udp://localhost:5000 /Transport/Playor
oscsend localhost 5000 /Transport/Playgot it? enjoy!
nb. oscsend is provided by liblo but you can use any other OSC client of your preference, if you know how ;)