Dynamic Bank Selection based on selected track #998
Unanswered
Ahmed-Abdelgawad
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I found a workaround by modifying the handleUpdate function in the class NoteCCKPLED, there I'm handling the selected track and I select the equivalent bank accordingly, it's more like a surgical approach but it works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have so far enjoyed using this library a lot! It works great and creates a lot of joy in building midi controllers!
I have created a track_select buttons and leds using MCU and its working great. 5 Buttons and 5 track selects. For each track, I would like to be able to send out 5 unique MIDI CC messages, therefore I have used the Bankable and I tested that it works with 2 extra buttons for changing the banks.
My challenge lies in dynamically linking the track selection with the bank assignment. Ideally, when a track is selected (which is currently working by the Buttons and DAW sides), the bank number should automatically update to match the selected track. This ensures that for each track the dedicated set of unique buttons are assigned to it.
I would appreciate any guidance from @tttapa or some users insights on achieving this dynamic bank assignment based on track selection. Is there an existing method within the library that facilitates this? Or could you suggest an approach to implement this feature? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions