Update performanceconfig.h

pull/228/head
arsamus 3 years ago committed by GitHub
parent 3ec5a666d8
commit 50ee7dbbcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      src/performanceconfig.h

@ -98,7 +98,7 @@ public:
void SetReverbLevel (unsigned nValue);
bool VoiceDataFilled(unsigned nTG);
void ListPerformances();
bool ListPerformances();
//std::string m_DirName;
void SetNewPerformance (unsigned nID);
std::string GetPerformanceFileName(unsigned nID);
@ -109,6 +109,7 @@ public:
void SetMenuSelectedPerformanceID(unsigned nID);
unsigned GetMenuSelectedPerformanceID();
bool CreateNewPerformanceFile(std::string sPerformanceName);
bool GetInternalFolderOk();
private:
CPropertiesFatFsFile m_Properties;
@ -138,7 +139,10 @@ private:
unsigned nMenuSelectedPerformance = 0;
std::string m_nPerformanceFileName[40];
FATFS *m_pFileSystem;
bool nInternalFolderOk=false;
bool nExternalFolderOk=false; // for future USB implementation
bool m_bCompressorEnable;
bool m_bReverbEnable;
unsigned m_nReverbSize;

Loading…
Cancel
Save