LiveOSC OscMessage question
in
Contributed Library Questions
•
3 years ago
Hi,
I'm trying to send to ableton live via liveOSC and oscp5 library. I'm able to play song with this command: OscMessage myMessage = new OscMessage("/live/play"); but i don't understand how should look the command for playing clip's. On
http://monome.q3f.org/browser/trunk/LiveOSC/OSCAPI.txt page is whole list of osc commands. I would appreciate if anyone could explain me how to use /live/play/clip (int track, int clip) with OscMessage.
Thx.
1