I’ve got a little problem getting the bank stick bank-switching to work on my MidiBox 64. I have a row of 16 buttons on my box which I want to assign as bank-switch buttons. I also have two buttons which I want to assign increment/decrement bank feature.
So I edited my configuration file like this:
# bankstick bank 1-16 buttons
9 = FF 02 00 @OnOff
10 = FF 02 01 @OnOff
11 = FF 02 02 @OnOff
12 = FF 02 03 @OnOff
13 = FF 02 04 @OnOff
..etcetera...
and
# bankstick bank +/- buttons
47 = FF 02 10 @OnOnly # Save, Decrement Bank without overflow, Restore
48 = FF 02 12 @OnOnly # Save, Increment Bank without overflow, Restore
When I press one of the buttons, the display shows me
Robins bank
Act. Bank: 1
But the bank does not change! :(
When I switch banks within the midibox menu, everything works perfectly… What’s wrong?