hello im trying to send midi to TOUCHOSC, i learned how to send data to ----the ipod now the program receives packets but nothing moves.... i tryed..... CTLIN----SEND /page/controlnumb------OSCX/SENDOSC if i move the fader the system sends dta to ipod it recognise the page but nothing moves, i noticed that if i write [SEND /page/controlnumb 0.5] the fader moves to half curse or 1 it is full.... i think the problem is that OSC has a range that goes from 0 to 1 but midi is 0 to 127 how can i solve???
-
Midi to OSC
-
I've worked with TouchOSC before, let's see if I can help...
Just wondering, howcome you want to send MIDI numbers to TouchOSC?
To get the numbers right, you could put a [/ 127] object right after the MIDI numbers, and it should display the proportions correctly. Is this what is wrong, just the displays?
- Grant