From 50ee7dbbcb505df723e77225eda99c12953da573 Mon Sep 17 00:00:00 2001 From: arsamus Date: Mon, 23 May 2022 13:36:45 -0300 Subject: [PATCH] Update performanceconfig.h --- src/performanceconfig.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/performanceconfig.h b/src/performanceconfig.h index dc74831..2110e34 100644 --- a/src/performanceconfig.h +++ b/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;