#include <TempoTrack.h>
Inheritance diagram for TSE3::TempoTrack:
Public Member Functions | |
TempoTrack () | |
virtual | ~TempoTrack () |
bool | status () const |
void | setStatus (bool s) |
virtual PlayableIterator * | iterator (Clock index) |
virtual Clock | lastClock () const |
virtual void | save (std::ostream &o, int i) const |
virtual void | load (std::istream &i, SerializableLoadInfo &info) |
The TempoTrack provides a simple time ordered list of tempo changes in the Song.
There is one TempoTrack per Song.
|
Creates an empty TempoTrack. |
|
|
|
Returns the status of the TempoTrack. A value of true means tempo events are generated, a value of false means no tempo events are generated
|
|
Set the TempoTrack status value.
|
|
Implements TSE3::Playable. |
|
Implements TSE3::Playable. |
|
Reimplemented from TSE3::Serializable. |
|
Reimplemented from TSE3::Serializable. |