|
|
Tempo objects are simply integer values of a tempo change that occur in the Song, held in the TempoTrack.
This class defines the type that is used to create tempo events, which are of type Event<Tempo>.
When streamed from a Playable interface (using the TempoTrackIterator class) Tempo objects are represented by a MidiEvent containing a MidiCommand_TSE_Meta MidiCommand with data 1 byte as MidiCommand_TSE_Meta_Tempo.
Tempo is a value type.
See also: TempoTrack, Event
Tempo (int t = 120)
| Tempo |
Create a Tempo.
Parameters:
t | Tempo value |
int tempo | tempo |
int operator== (const Tempo &f)
| operator== |
[const]