Merge branch 'main' of github.com:probonopd/MiniDexed

pull/405/merge
probonopd 1 year ago
commit 85d36a875b
  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