Test for hold note crossing in "4-space". This fixes rounding problems

and is much faster (converting to 4s is a little too slow to be done in
an inner loop).
This commit is contained in:
Glenn Maynard
2002-10-11 20:51:12 +00:00
parent a8869f2afe
commit fd1d2e82ed
2 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ public:
void RemoveHoldNote( int index );
// statistics
bool IsThereANoteAtRow( int iRow );
bool IsThereANoteAtRow( int iRow ) const;
float GetFirstBeat(); // return the beat number of the first note
int GetFirstRow();