|
LMMS
|
#include <TimePos.h>
Public Member Functions | |
| TimeSig (int num, int denom) | |
| TimeSig (const MeterModel &model) | |
| int | numerator () const |
| int | denominator () const |
Private Attributes | |
| int | m_num |
| int | m_denom |
Represents a time signature, in which the numerator is the number of beats in a bar, while the denominator is the type of note representing a beat.
Example: 6/8 means 6 beats in a bar with each beat having a duration of one 8th-note.
| lmms::TimeSig::TimeSig | ( | const MeterModel & | model | ) |
|
inline |
|
inline |
|
private |
|
private |