#include <TimeSigTrack.h>
Public Member Functions | |
TimeSig (int top=4, int bottom=4) | |
int | operator== (const TimeSig &t) const |
Public Attributes | |
int | top |
int | bottom |
TimeSig objects are representations of a time signature change that occurs in the Song. They are held in the TimeSigTrack.
This class defines the type that is used to create , which are of type Event<TimeSig>.
When streamed from a Playable interface (using the class) TimeSig objects are represented by a MidiEvent containing a MidiCommand_TSE_Meta MidiCommand with data 1 byte as MidiCommand_TSE_Meta_TimeSig.
TimeSig is a value type.
|
Create a TimeSig.
|
|
|
|
The time signature top value. |
|
The time signature bottom value. |