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

Quote:
Originally Posted by Spyrow View Post
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.
No problem, I did a very simple MaxMSP patch and it's working now.

It seems like a complicated workaround but finally seeing MIDI feedback for a regular controller it's like a dream come true
Spyrow is offline   Reply With Quote