|
|
@ -83,6 +83,7 @@ private: |
|
|
|
static void EditVoiceParameter (CUIMenu *pUIMenu, TMenuEvent Event); |
|
|
|
static void EditVoiceParameter (CUIMenu *pUIMenu, TMenuEvent Event); |
|
|
|
static void EditOPParameter (CUIMenu *pUIMenu, TMenuEvent Event); |
|
|
|
static void EditOPParameter (CUIMenu *pUIMenu, TMenuEvent Event); |
|
|
|
static void SavePerformance (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 GetGlobalValueString (unsigned nParameter, int nValue); |
|
|
|
static std::string GetTGValueString (unsigned nTGParameter, int nValue); |
|
|
|
static std::string GetTGValueString (unsigned nTGParameter, int nValue); |
|
|
@ -101,6 +102,8 @@ private: |
|
|
|
static std::string ToKeyboardCurve (int nValue); |
|
|
|
static std::string ToKeyboardCurve (int nValue); |
|
|
|
static std::string ToOscillatorMode (int nValue); |
|
|
|
static std::string ToOscillatorMode (int nValue); |
|
|
|
static std::string ToOscillatorDetune (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 TGShortcutHandler (TMenuEvent Event); |
|
|
|
void OPShortcutHandler (TMenuEvent Event); |
|
|
|
void OPShortcutHandler (TMenuEvent Event); |
|
|
@ -134,7 +137,7 @@ private: |
|
|
|
static const TMenuItem s_SaveMenu[]; |
|
|
|
static const TMenuItem s_SaveMenu[]; |
|
|
|
static const TMenuItem s_EditPitchBenderMenu[]; |
|
|
|
static const TMenuItem s_EditPitchBenderMenu[]; |
|
|
|
static const TMenuItem s_EditPortamentoMenu[]; |
|
|
|
static const TMenuItem s_EditPortamentoMenu[]; |
|
|
|
|
|
|
|
|
|
|
|
static const TParameter s_GlobalParameter[]; |
|
|
|
static const TParameter s_GlobalParameter[]; |
|
|
|
static const TParameter s_TGParameter[]; |
|
|
|
static const TParameter s_TGParameter[]; |
|
|
|
static const TParameter s_VoiceParameter[]; |
|
|
|
static const TParameter s_VoiceParameter[]; |
|
|
|