diff --git a/src/sysexfileloader.h b/src/sysexfileloader.h index d8d8714..5954bfe 100644 --- a/src/sysexfileloader.h +++ b/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;