css2.9, No bank select for device parameters?

0

so i have css 2.9.

i want tp control first 8 device parameters with the encoders, and change the banks with buttons, so that the next 8 or previous 8 parameters can be controlled.

is this possible with css2.9?

if so,can anyone teach me how to do this ?

JohnC Answered question
0

You can use modes for this in 2.9.
Put each ‘bank’ of parameters in their own mode, 1-8, 9-16…etc
Set the buttons to change modes.

In 2.9 you will need to add the same buttons in every mode as their is no Global mode.

If using CSS3,
You could use the mode method above but just have one set of buttons in the global mode.
Or,
Set the parameter number of each device parameter to a modifier, and use Reactions to change the modifier value when it receives button presses.

JohnC Answered question