add IsEmptyTrack

This commit is contained in:
Chris Danford
2007-09-04 04:21:35 +00:00
parent b7d9b04507
commit 5a73f14767
+1
View File
@@ -182,6 +182,7 @@ public:
// statistics
//
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 GetLastRow() const; // return the beat number of the last note
float GetFirstBeat() const { return NoteRowToBeat( GetFirstRow() ); }