View Single Post
Old 11-15-2016, 05:56 AM   #1
fundorin
Banned
 
Join Date: Feb 2014
Location: Moscow, Russia
Posts: 554
Default OSCII-Bot syntax (noob questions)

I have a couple of questions:

1. Is is possible to use something like this in oscii-bot?

for (i - 0; i < 8; i++) {
fader(i) = track.Volume(i);
}

I need cycles, so it should be possible to use one structure for groups of similar controls instead of writing the same code for each of the controls.

2. Are there any test or working scripts available, which utilize the endless encoders for a midi controller?
All I found is NRPN types, while I need simple CC commands, where CW motion gives 1++ and CCW gives 65++.

3. How to implement soft pickup for non-motorized faders, so that the volume in Reaper won't jump when controlled by fader that isn't in the correct position? Like volume is 110 and fader is 60, and when you move fader up, volume jumps to 61, instead of waiting, till the fader will reach 110 mark and then volume will follow the fader's movement.
fundorin is offline   Reply With Quote