|
|
@ -141,6 +141,8 @@ public: |
|
|
|
|
|
|
|
|
|
|
|
// Load performance mode. 0 for load just rotating encoder, 1 load just when Select is pushed
|
|
|
|
// Load performance mode. 0 for load just rotating encoder, 1 load just when Select is pushed
|
|
|
|
bool GetPerformanceSelectToLoad (void) const; |
|
|
|
bool GetPerformanceSelectToLoad (void) const; |
|
|
|
|
|
|
|
const char *GetEngineType (void) const; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
CPropertiesFatFsFile m_Properties; |
|
|
|
CPropertiesFatFsFile m_Properties; |
|
|
@ -208,6 +210,8 @@ private: |
|
|
|
bool m_bMIDIDumpEnabled; |
|
|
|
bool m_bMIDIDumpEnabled; |
|
|
|
bool m_bProfileEnabled; |
|
|
|
bool m_bProfileEnabled; |
|
|
|
bool m_bPerformanceSelectToLoad; |
|
|
|
bool m_bPerformanceSelectToLoad; |
|
|
|
|
|
|
|
std::string m_EngineType; |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
#endif |
|
|
|