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

Thanks, this seems to work nicely now.

PHP Code:
@oscmsg
oscparm
(0's'#string);
value oscparm(1);
oscmatch("/joyosc/devices/gc0/axis") ? (
                                           
value value/(max-min)+0.51;
                                       );
printf("string: %s\nparam 1: %s\nparam 2: %f\n\n"oscstr#string, value);
control sprintf(#,"%s%s", "f/",#string);
oscsend(osc_outcontrolvalue); 
TonE is offline   Reply With Quote