add tempo compress/expand in editor

This commit is contained in:
Chris Danford
2003-09-07 22:28:46 +00:00
parent 378f7a3a4a
commit 6ad6b3656e
6 changed files with 116 additions and 51 deletions
+5
View File
@@ -77,6 +77,11 @@ namespace NoteDataUtil
void EliminateNonPassingTaps( NoteData &in, int row, const bool bValidMask[] );
void TransformNoteData( NoteData &nd, PlayerOptions &po, StepsType st );
void Scale( NoteData &nd, float fScale );
// If fBeatsToShift>0, add blank rows. If fBeatsToShift<0, delete rows
void ShiftRows( NoteData &nd, float fStartBeat, float fBeatsToShift );
};
#endif