#include <TempoTrack.h>
Public Member Functions | |
Tempo (int t=120) | |
int | operator== (const Tempo &f) const |
Public Attributes | |
int | tempo |
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 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.
|
Create a Tempo.
|
|
|
|
|