Added Swap Up/Down option to Edit Alter Menu.

This commit is contained in:
Kyzentun
2014-08-30 00:47:07 -06:00
parent ef2254a4c4
commit be64c240c3
5 changed files with 69 additions and 11 deletions
+2
View File
@@ -124,6 +124,7 @@ namespace NoteDataUtil
soft_shuffle,
super_shuffle,
stomp,
swap_up_down,
NUM_TRACK_MAPPINGS
};
void Turn( NoteData &inout, StepsType st, TrackMapping tt, int iStartIndex = 0, int iEndIndex = MAX_NOTE_ROW );
@@ -165,6 +166,7 @@ namespace NoteDataUtil
void ShiftTracks( NoteData &inout, int iShiftBy );
void ShiftLeft( NoteData &inout );
void ShiftRight( NoteData &inout );
void SwapUpDown( NoteData &inout, StepsType st );
void SnapToNearestNoteType( NoteData &inout, NoteType nt1, NoteType nt2, int iStartIndex, int iEndIndex );