Bank divider after value rather than adding more #399
Replies: 2 comments 9 replies
-
Please post the code you have right now. You'll probably want to use the Many Addresses Bankable MIDI elements: https://tttapa.github.io/Control-Surface-doc/Doxygen/d3/dc0/group__ManyAddressesMIDIOutputElements.html |
Beta Was this translation helpful? Give feedback.
-
I actually managed to do it with the following way and it does the trick Bankable::ManyAddresses::PBPotentiometer<3> knobs[] = { Is there a way over MCU to have more than 16 of potentiometers? let's say I have a second control surface this one starting from potentiometer 17 or adding it to the actual code for the same control surface? |
Beta Was this translation helpful? Give feedback.
-
Hi Peter. I am trying to make an additional control surface working on MCU with banks where I already have a few potentiometer with two buttons (increment and decrease).
The first bank starts on knob 1 to 8, the second goes from 9 till 16. Now, is there any way to make the 3rd Bank start at 5 to 12 rather than going back to 1 after I press to increase from 9/16?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions