add "jump to next note", "jump to previous note"

This commit is contained in:
Glenn Maynard
2005-07-22 00:55:36 +00:00
parent b8838ba5c0
commit b2c7e5e829
4 changed files with 86 additions and 0 deletions
+3
View File
@@ -108,6 +108,9 @@ namespace NoteDataUtil
int GetNumUsedTracks( const NoteData& in );
bool AnyTapsAndHoldsInTrackRange( const NoteData& in, int iTrack, int iStart, int iEnd );
bool GetNextEditorPosition( const NoteData& in, int &rowInOut );
bool GetPrevEditorPosition( const NoteData& in, int &rowInOut );
};
#endif