Update performanceconfig.h

pull/267/head
arsamus 3 years ago committed by GitHub
parent c4866093de
commit 238a0f44eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      src/performanceconfig.h

@ -106,11 +106,15 @@ public:
unsigned GetLastPerformance(); unsigned GetLastPerformance();
void SetActualPerformanceID(unsigned nID); void SetActualPerformanceID(unsigned nID);
unsigned GetActualPerformanceID(); unsigned GetActualPerformanceID();
void SetMenuSelectedPerformanceID(unsigned nID); //void SetMenuSelectedPerformanceID(unsigned nID); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 Deleted
unsigned GetMenuSelectedPerformanceID(); //unsigned GetMenuSelectedPerformanceID(); %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 Deleted
bool CreateNewPerformanceFile(std::string sPerformanceName); bool CreateNewPerformanceFile(std::string sPerformanceName);
bool GetInternalFolderOk(); bool GetInternalFolderOk();
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
std::string GetNewPerformanceDefaultName(void);
void SetNewPerformanceName(std::string nName);
bool DeletePerformance(unsigned nID);
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
private: private:
CPropertiesFatFsFile m_Properties; CPropertiesFatFsFile m_Properties;
@ -136,13 +140,15 @@ private:
unsigned nLastPerformance; unsigned nLastPerformance;
unsigned nLastFileIndex; unsigned nLastFileIndex;
unsigned nActualPerformance = 0; unsigned nActualPerformance = 0;
unsigned nMenuSelectedPerformance = 0; //unsigned nMenuSelectedPerformance = 0; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
std::string m_nPerformanceFileName[40]; std::string m_nPerformanceFileName[40];
FATFS *m_pFileSystem; FATFS *m_pFileSystem;
bool nInternalFolderOk=false; bool nInternalFolderOk=false;
bool nExternalFolderOk=false; // for future USB implementation bool nExternalFolderOk=false; // for future USB implementation
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
std::string NewPerformanceName="";
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
bool m_bCompressorEnable; bool m_bCompressorEnable;
bool m_bReverbEnable; bool m_bReverbEnable;
unsigned m_nReverbSize; unsigned m_nReverbSize;

Loading…
Cancel
Save