tttapa / Control-Surface

Arduino library for creating MIDI controllers and other MIDI devices.
GNU General Public License v3.0
1.19k stars 134 forks source link

Select bank #989

Open 1tumusic opened 6 months ago

1tumusic commented 6 months ago

Hello Pieter P,

First, thank you for your great library.

I need some help:

I want to use 3 buttons for different bank such as A for bank 1, B for bank 2 and C for bank 3. I only see 2 buttons used in your example. So I don't understand how can I use 3 buttons for select bank.

Thanks for your help! bank

tttapa commented 6 months ago

See the Selectors documentation. You probably want the ManyButtonsSelector.

1tumusic commented 6 months ago

See the Selectors documentation. You probably want the ManyButtonsSelector.

Thank you!