Merge branch 'probonopd-main'

pull/249/head
Holger Wirtz 3 years ago
commit ce56c9d991
  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