|
LMMS
|
#include <allegro.h>
Public Member Functions | |
| Alg_time_sig (double b, double n, double d) | |
| Alg_time_sig () | |
| void | beat_to_measure (double beat, double *measure, double *m_beat, double *num, double *den) |
Public Attributes | |
| double | beat |
| when does this take effect? | |
| double | num |
| what is the "numerator" (top number?) | |
| double | den |
| what is the "denominator" (bottom number?) | |
Alg_time_sig represents a single time signature; although not recommended, time_signatures may have arbitrary floating point values, e.g. 4.5 beats per measure
|
inline |
|
inline |
| void Alg_time_sig::beat_to_measure | ( | double | beat, |
| double * | measure, | ||
| double * | m_beat, | ||
| double * | num, | ||
| double * | den ) |
| double Alg_time_sig::beat |
when does this take effect?
| double Alg_time_sig::den |
what is the "denominator" (bottom number?)
| double Alg_time_sig::num |
what is the "numerator" (top number?)