|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Represents a change in time signature at a specific beat. More...
#include "tracktion_Tempo.h"
Public Attributes | |
| BeatPosition | startBeat |
| The position of the change. | |
| int | numerator |
| The numerator of the time signature. | |
| int | denominator |
| The denominator of the time signature. | |
| bool | triplets |
| Whether the time signature represents triplets. | |
Represents a change in time signature at a specific beat.
Definition at line 82 of file tracktion_Tempo.h.
| int tracktion::core::tempo::TimeSigChange::denominator |
The denominator of the time signature.
Definition at line 86 of file tracktion_Tempo.h.
| int tracktion::core::tempo::TimeSigChange::numerator |
The numerator of the time signature.
Definition at line 85 of file tracktion_Tempo.h.
| BeatPosition tracktion::core::tempo::TimeSigChange::startBeat |
The position of the change.
Definition at line 84 of file tracktion_Tempo.h.
| bool tracktion::core::tempo::TimeSigChange::triplets |
Whether the time signature represents triplets.
Definition at line 87 of file tracktion_Tempo.h.