add IsEmptyTrack
This commit is contained in:
@@ -182,6 +182,7 @@ public:
|
|||||||
// statistics
|
// statistics
|
||||||
//
|
//
|
||||||
bool IsEmpty() const;
|
bool IsEmpty() const;
|
||||||
|
bool IsTrackEmpty( int iTrack ) const { return m_TapNotes[iTrack].empty(); }
|
||||||
int GetFirstRow() const; // return the beat number of the first note
|
int GetFirstRow() const; // return the beat number of the first note
|
||||||
int GetLastRow() const; // return the beat number of the last note
|
int GetLastRow() const; // return the beat number of the last note
|
||||||
float GetFirstBeat() const { return NoteRowToBeat( GetFirstRow() ); }
|
float GetFirstBeat() const { return NoteRowToBeat( GetFirstRow() ); }
|
||||||
|
|||||||
Reference in New Issue
Block a user