From FB, user asks:
Hello users!
I have a question:
I have 2 faders and 1 button
How can i make if i press the button then setting the first fader value 75 and second fader to 90
This is case for the MD Preset Group (not the global presets)
- Make your sliders as desired.
- Make a picker, type preset, chose the number of presets desired (default is 12)
- Assign the sliders as subcontrols of the picker
- Make and assign the store and recall preset buttons.
- Recall will default to momentary, but I change it to toggle. Normally you want it on, but if you want to store current settings to a different preset, turn it off temporarily while you change to the desired storage location
So now you have a presets control that stores and recalls the desired slider values.
But, you wanted to access via buttons. So make a matching number of momentary buttons to do your recall. The MIDI values of the buttons will be (presuming default 12 presets)
- Preset 0 = 0
- Preset 1 = 1 x (127/11) = 11.5, round to 12
- Preset 2 = 2 x (127/11)
- Preset 11 = 11 x (127/11) = 127
These buttons are supercontrols of the preset picker control, options as supercontrol - force not stepper. These should be "send on only."
You can hide the picker control, so you just have the sliders, store & recall buttons, and the 0-11 (or 1-12) buttons visible.
(Note - the example uses 8 presets vice 12)
(Note 2 - you can skip the math - when you select Named Ticks, and the desired number of preset locations, the named ticks will show the MIDI values associated with each entry)