pull/623/merge
Kevin 2 weeks ago committed by GitHub
commit 837bd4953e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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())
{
#if RASPPI==5

Loading…
Cancel
Save