Allow for checking if the TimingData is empty.

AKA, no segments in use.

Again, this is mainly for the editor.

As for why a lowercase empty? Blame vectors.
This commit is contained in:
Jason Felds
2011-07-26 14:10:51 -04:00
parent 4f7bddd8cc
commit 480cda836e
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ public:
return this->GetPreviousSegmentBeatAtRow(tst, BeatToNoteRow(beat), isDelay);
}
bool empty() const;
/**
* @brief Sets up initial timing data with a defined offset.
* @param fOffset the offset from the 0th beat. */