View Single Post
Old 02-16-2012, 05:12 AM   #58
Spyrow
Human being with feelings
 
Join Date: Sep 2007
Posts: 522
Default

I am trying to translate MIDI to OSC with a little script in java (http://addi.tv/moco/) and I don't know the syntax to access the different values of a multivalue variable:

This is what I get in the listen screen:
/midi/cc [iii] 0 21 127

0 is the MIDI channel
21 is the CC#
127 is the MIDI value

Is there a way to specify the second value as a name and the third value as the real value?

Something like:
/midi/cc/0/21

I'm doing this to see if I can get feedback in Reaper with a regular midi controller.
Spyrow is offline   Reply With Quote