diff --git a/src/minidexed.h b/src/minidexed.h index 0e6fcb41..556f8bac 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -256,11 +256,12 @@ class CMiniDexed unsigned m_nReverbSend[CConfig::ToneGenerators]; - uint8_t m_nRawVoiceData[156]; + uint8_t m_nRawVoiceData[156]; - - bool m_bSavePerformanceNewFile; bool m_bSetNewPerformance; + bool m_bSavePerformanceNewFile; + bool m_bSavePerformance; + unsigned m_nSetNewPerformanceID; float32_t nMasterVolume; @@ -297,7 +298,6 @@ class CMiniDexed CSpinLock m_ReverbSpinLock; - bool m_bSavePerformance; bool m_bLoadPerformanceBusy; bool m_bSaveAsDeault; };