View Single Post
Old 12-05-2018, 02:41 AM   #5
TonE
Human being with feelings
 
Join Date: Feb 2009
Location: Reaper HAS send control via midi !!!
Posts: 4,032
Default

I guess best would be then translating this via oscii-bot.

joyosc streams device event information in the following OSC address format:

PHP Code:
/joyosc/devices/DEVICE_NAME/INPUT_TYPE ID VALUE
...
axis values are -32767 to 32767 (signed 16 bit
Any ideas what would be the right syntax for oscii-bot? Something in @oscmsg block. Here an example from Stevie using oscmatch, oscparm, oscsend. I would need to convert the value to float also.

PHP Code:
@oscmsg

oscmatch
("/fx/name") + match(eqoscparm(0,s)) ? (
oscsend(osc_out"b/fx/bypass"0)
); 
Hitting the A button, Reaper receives:
/joyosc/devices/gc0/button

but joyosc sends:
/gc0 X360 Controller button: a 1
TonE is offline   Reply With Quote