MiniDexed
MiniDexed copied to clipboard
Allow to receive entire sysex cartridges over MIDI
While testing network support by @omersiar (#747) with Dexed, I found that "Send program to DX7" works, but "Send current sysex cartridge to DX7" does not seem to do anything yet on MiniDexed.
It would be nice if we could support this, too. So, let's add support for receiving banks via SYSEX. Right now we can only receive individual voices but not whole banks.
https://github.com/probonopd/MiniDexed/blob/f033fc4cc02bf543dd527f1b8c1a03d77cca35fd/src/mididevice.cpp#L626-L628