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
+1
View File
@@ -167,6 +167,7 @@ namespace NoteDataUtil
void ShiftLeft( NoteData &inout );
void ShiftRight( NoteData &inout );
void SwapUpDown( NoteData &inout, StepsType st );
void ArbitraryRemap( NoteData &inout, int* mapping );
void SnapToNearestNoteType( NoteData &inout, NoteType nt1, NoteType nt2, int iStartIndex, int iEndIndex );