probonopd / MiniDexed

Dexed FM synthesizer similar to 8x DX7 (TX816/TX802) running on a bare metal Raspberry Pi (without a Linux kernel or operating system)
https://github.com/probonopd/MiniDexed/wiki
1.13k stars 81 forks source link

Add GPIO and MIDI Buttons for Bank selection #736

Closed diyelectromusic closed 1 week ago

diyelectromusic commented 1 month ago

We should add equivalents of:

ButtonPinPgmUp=0
ButtonActionPgmUp=click
ButtonPinPgmDown=0
ButtonActionPgmDown=click

and

MIDIButtonPgmUp=0
MIDIButtonPgmDown=0
MIDIButtonTGUp=0
MIDIButtonTGDown=0

for banks which will act on either Voice banks or Performance banks just like the above depending on the setting of PerformanceSelectChannel.

Kevin