Convenience struct holding the numerator and denominator of a time signature. Two ints in a trenchcoat. More...
#include <mostlyharmless_TransportState.h>
Public Attributes | |
std::uint16_t | numerator |
std::uint16_t | denominator |
Convenience struct holding the numerator and denominator of a time signature. Two ints in a trenchcoat.
std::uint16_t mostly_harmless::TimeSignature::denominator |
The denominator of the time signature (the other "4" in 4/4)
std::uint16_t mostly_harmless::TimeSignature::numerator |
The numerator of the time signature (the "4" in 4/4)