|
|
|
@ -83,6 +83,7 @@ private: |
|
|
|
|
static void EditVoiceParameter (CUIMenu *pUIMenu, TMenuEvent Event); |
|
|
|
|
static void EditOPParameter (CUIMenu *pUIMenu, TMenuEvent Event); |
|
|
|
|
static void SavePerformance (CUIMenu *pUIMenu, TMenuEvent Event); |
|
|
|
|
static void EditTGParameter2 (CUIMenu *pUIMenu, TMenuEvent Event); |
|
|
|
|
|
|
|
|
|
static std::string GetGlobalValueString (unsigned nParameter, int nValue); |
|
|
|
|
static std::string GetTGValueString (unsigned nTGParameter, int nValue); |
|
|
|
@ -101,6 +102,8 @@ private: |
|
|
|
|
static std::string ToKeyboardCurve (int nValue); |
|
|
|
|
static std::string ToOscillatorMode (int nValue); |
|
|
|
|
static std::string ToOscillatorDetune (int nValue); |
|
|
|
|
static std::string ToPortaMode (int nValue);
|
|
|
|
|
static std::string ToPortaGlissando (int nValue);
|
|
|
|
|
|
|
|
|
|
void TGShortcutHandler (TMenuEvent Event); |
|
|
|
|
void OPShortcutHandler (TMenuEvent Event); |
|
|
|
|