#include <TimeSigTrack.h>
Inheritance diagram for TSE3::TimeSigTrack:


Public Member Functions | |
| TimeSigTrack () | |
| virtual | ~TimeSigTrack () |
| bool | status () const |
| void | setStatus (bool s) |
| void | barBeatPulse (Clock time, int &bar, int &beat, int &pulse) |
| 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 TimeSigTrack provides a simple time ordered list of TimeSig changes in the Song.
There is one TimeSigTrack per Song.
|
|
Creates an empty TimeSigTrack. |
|
|
|
|
|
Returns the status of the TimeSigTrack. A value of true means timesig events are generated, a value of false means no timesig events are generated
|
|
|
Set the TimeSigTrack status value.
|
|
||||||||||||||||||||
|
Converts the given
|
|
|
Implements TSE3::Playable. |
|
|
Implements TSE3::Playable. |
|
||||||||||||
|
Reimplemented from TSE3::Serializable. |
|
||||||||||||
|
Reimplemented from TSE3::Serializable. |
1.3.2