Added BMRize mod because people have complained that Quick is too easy. Try this. :-)

This commit is contained in:
Matt Denham
2004-02-12 06:54:54 +00:00
parent 9a82a00a53
commit 6905bbe781
6 changed files with 23 additions and 4 deletions
+1
View File
@@ -51,6 +51,7 @@ namespace NoteDataUtil
void Wide( NoteData &in, float fStartBeat = 0, float fEndBeat = 99999 );
void Big( NoteData &in, float fStartBeat = 0, float fEndBeat = 99999 );
void Quick( NoteData &in, float fStartBeat = 0, float fEndBeat = 99999 );
void BMRize( NoteData &in, float fStartBeat = 0, float fEndBeat = 99999 );
void Skippy( NoteData &in, float fStartBeat = 0, float fEndBeat = 99999 );
void InsertIntelligentTaps( NoteData &in, float fWindowSizeBeats, float fInsertOffsetBeats, float fWindowStrideBeats, bool bSkippy, float fStartBeat = 0, float fEndBeat = 99999 );
void AddMines( NoteData &in, float fStartBeat = 0, float fEndBeat = 99999 );