|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Holds a time signature. More...
#include "tracktion_Tempo.h"
Public Attributes | |
| int | numerator |
| The numerator part of the signature. | |
| int | denominator |
| The denominator part of the signature. | |
Holds a time signature.
Definition at line 47 of file tracktion_Tempo.h.
| int tracktion::core::tempo::TimeSignature::denominator |
The denominator part of the signature.
Definition at line 50 of file tracktion_Tempo.h.
| int tracktion::core::tempo::TimeSignature::numerator |
The numerator part of the signature.
Definition at line 49 of file tracktion_Tempo.h.