28-02-21, 19:31 -
(28-02-21, 17:36)nizloz Wrote: As you can see, I'm somewhat confused as to what the 'Val' column represents. So I initially copied the approach taken by you in your ControllerCCs file, i.e. assigning an increasing 'Val' to each of the buttons. I did then try experimenting a bit with this, as the samplerbox was not reacting to any of the button inputs.
The interesting thing is that Pot_01 and Pot_02 work, i.e. they reduce volume and adjust pitch, respectively. However, none of the buttons or the other pot produce any reaction on the Pi.
'Val' is going to be the CC value from 0-127 that the control sends. Encoders are going to be -1. Buttons should be 127 or 0, if you're turning something on or off.
Pot_03 doesn't work for the filter because you need to turn the filter "on" first.
This post was last modified: 01-03-21, 02:02 by Ken.