32 note polyphony on a PI 4

pull/623/head
Kevin 2 months ago
parent 891a57809c
commit 5f8f19d5fc
  1. 2
      src/config.h
  2. 2
      src/minidexed.cpp

@ -41,6 +41,8 @@ public:
#if RASPPI == 1
static const unsigned MaxNotes = 8; // polyphony
#elif RASPPI == 4
static const unsigned MaxNotes = 32;
#else
static const unsigned MaxNotes = 16;
#endif

@ -101,6 +101,8 @@ CMiniDexed::CMiniDexed (CConfig *pConfig, CInterruptSystem *pInterrupt,
m_pTG[i]->activate ();
}
LOGNOTE ("Polyphony = %d", CConfig::MaxNotes);
if (pConfig->GetUSBGadgetMode())
{
LOGNOTE ("USB In Gadget (Device) Mode");

Loading…
Cancel
Save