toggle between banks with cable like ManyAddresses would #699
gringow831
started this conversation in
General
Replies: 1 comment 6 replies
-
This is something I tried too to see if I could make it work. Bankable::ManyAddresses::PBPotentiometer<3> faderbanks[] = {
{bank0, 14, {{MCU::VOLUME_5, CABLE_3}, {MCU::VOLUME_7, CABLE_2}, {MCU::VOLUME_1, CABLE_4}}},
}; |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Pieter,
Thought of creating a new discussion specific to this.
I am trying to create a multibank option that will have about 8 combinations. For now, I wrote 3 and the variables but can't make it work and don't understand why.
I failed when trying the ManyAddresses with CABLE so instead as each part would have a combination of cables I thought of creating every bank manually and a variable to change between them. So far it has 3 "banks" with 3 faders to try making it work although it will have 8 MCU PBPotentiometers and Buttons combining different cables. In an ideal world it would work in the same way as IncrementDecrementSelector having the option to Wrap::Wrap or Wrap::Clamp.
I am using a Teensy 4.0.
It does seem like a very long way of writing the code with a variable for 8 banks but can't think of more ways of doing this as my coding knowledge is limited.
Beta Was this translation helpful? Give feedback.
All reactions