diff --git a/src/minidexed.h b/src/minidexed.h index 6223e5f..0c8b575 100644 --- a/src/minidexed.h +++ b/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];