NoteData::EliminateAllButOneTap -> NoteDataUtil::RemoveAllButOneTap;

use accessors for NoteData::GetFirstRow, NoteData::GetLastRow
This commit is contained in:
Glenn Maynard
2004-10-25 03:36:42 +00:00
parent a99d7e0dc4
commit b6091d6cd5
4 changed files with 29 additions and 32 deletions
+1
View File
@@ -38,6 +38,7 @@ namespace NoteDataUtil
void RemoveHands( NoteData &inout, float fStartBeat = 0, float fEndBeat = 99999 );
void RemoveQuads( NoteData &inout, float fStartBeat = 0, float fEndBeat = 99999 );
void RemoveMines( NoteData &inout, float fStartBeat = 0, float fEndBeat = 99999 );
void RemoveAllButOneTap( NoteData &inout, int row );
enum TrackMapping { left, right, mirror, shuffle, super_shuffle, stomp, NUM_TRACK_MAPPINGS };
void Turn( NoteData &inout, StepsType st, TrackMapping tt, float fStartBeat = 0, float fEndBeat = -1 );
void Little( NoteData &inout, float fStartBeat = 0, float fEndBeat = 99999 );