I’ve asked this question in one of my other threads, but did not get any replies, so I’ll try to make a new thread…
What I need are fixed buttons that stays the same even if I change bank/patch.
4 of my buttons are toggle buttons. If one of them is on, I need it to stay on even if I change bank. Is this possible with midibox64e? Right now the buttons revert to what they are set to in the recalled bank…
The pedal_box project does exactly that - but unfortunately don’t support rotary encoders… http://www.midibox.o…hp?id=pedal_box
One solution could be if the banks only stored and recalled the encoder positions, and not the buttons… Is that possible?
Another solution could be to have 2 cores, one running pedal_board for the for the buttons, and one running midibox64e for the encoders only. Then with midi merge enabled on both boards and just sending programchanges from pedal_board to midibox64e running patch mode to change the encoder positions… But that seems a bit excessive, or is that what i need to do?