Add Skippy transform

This commit is contained in:
Chris Danford
2003-03-13 09:20:21 +00:00
parent af6e1f764c
commit b4b8815cb7
4 changed files with 41 additions and 15 deletions
+2 -1
View File
@@ -162,7 +162,8 @@ namespace NoteDataUtil
void Wide( NoteData &in );
void Big( NoteData &in );
void Quick( NoteData &in );
void InsertIntelligentTaps( NoteData &in, float fBeatInterval );
void Skippy( NoteData &in );
void InsertIntelligentTaps( NoteData &in, float fBeatInterval, float fInsertBeatOffset );
void SuperShuffleTaps( NoteData &in );
void Backwards( NoteData &in );
void SwapSides( NoteData &in );