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

pull/249/head
Holger Wirtz 3 years ago
commit 6c5da6c15d
  1. 3
      src/minidexed.h

@ -150,9 +150,10 @@ public:
std::string GetVoiceName (unsigned nTG);
bool SavePerformance (void);
void setMasterVolume (float32_t vol);
bool DoSavePerformance (void);
void setMasterVolume (float32_t vol);
private:
int16_t ApplyNoteLimits (int16_t pitch, unsigned nTG); // returns < 0 to ignore note
uint8_t m_uchOPMask[CConfig::ToneGenerators];

Loading…
Cancel
Save