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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user