View Single Post
Old 01-17-2017, 10:33 AM   #8
goldenarpharazon
Human being with feelings
 
Join Date: Feb 2016
Posts: 189
Default

One further suggestion on this specific issue of "connecting the fader".....


Reading the .ReaperOSC file created for this new experimental control surface will help.

.ReaperOSC lists the allowable config pattern strings (one can also look at what OSC string is seen being sent in the OSCII-bot console too when @midimsg is called) so



oscsend(osc_out,"/track/%d/volume", vol);



should probably, for a selected track to work as intended on the Reaper volume, be as follows


oscsend(osc_out,"n/track/volume", vol);


The strings in oscsend() and oscmatch() associated with a parameter or action have a family resemblance to one another but are not the same.
goldenarpharazon is offline   Reply With Quote