MaxVoiceBankID = 16383

With LSB and MSB, up to 16383 banks can be selected using MIDI
https://github.com/probonopd/MiniDexed/issues/455#issuecomment-1483908431
pull/405/merge
probonopd 1 year ago committed by GitHub
parent 2bb0297a4c
commit 5fde376f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/sysexfileloader.h

@ -29,7 +29,7 @@
class CSysExFileLoader // Loader for DX7 .syx files
{
public:
static const unsigned MaxVoiceBankID = 127; // TODO? 16383
static const unsigned MaxVoiceBankID = 16383;
static const unsigned VoicesPerBank = 32;
static const size_t SizePackedVoice = 128;
static const size_t SizeSingleVoice = 156;

Loading…
Cancel
Save