Added Arbitrary Remap option to Alter Menu in Edit Mode.

This commit is contained in:
Kyzentun
2014-08-30 13:38:16 -06:00
parent be64c240c3
commit d5878da037
7 changed files with 100 additions and 1 deletions
+2
View File
@@ -442,6 +442,7 @@ public:
modify_keysounds_at_row, /**< Modify the keysounds at this row. */
NUM_AREA_MENU_CHOICES
};
void HandleArbitraryRemapping(RString const& mapstr);
void HandleAlterMenuChoice(AlterMenuChoice c,
const vector<int> &iAnswers,
bool bAllowUndo = true);
@@ -502,6 +503,7 @@ public:
shift_left,
shift_right,
swap_up_down,
arbitrary_remap,
NUM_ALTER_TYPES
};
enum TempoType