|
| MeterPoint (TempoMap const &map, Meter const &m, superclock_t sc, Beats const &b, BBT_Time const &bbt) |
|
| MeterPoint (TempoMap const &map, XMLNode const &) |
|
| MeterPoint (Meter const &m, Point const &p) |
|
virtual | ~MeterPoint () |
|
Beats | quarters_at (BBT_Time const &bbt) const |
|
BBT_Time | bbt_at (Beats const &beats) const |
|
bool | operator== (MeterPoint const &other) const |
|
bool | operator!= (MeterPoint const &other) const |
|
XMLNode & | get_state () const |
|
timepos_t | time () const |
|
| Meter (XMLNode const &) |
|
| Meter (int8_t dpb, int8_t nv) |
|
| Meter (Meter const &other) |
|
virtual | ~Meter () |
|
int | divisions_per_bar () const |
|
int | note_value () const |
|
int32_t | ticks_per_grid () const |
|
bool | operator== (const Meter &other) const |
|
bool | operator!= (const Meter &other) const |
|
Meter & | operator= (Meter const &other) |
|
BBT_Time | bbt_add (BBT_Time const &bbt, BBT_Offset const &add) const |
|
BBT_Time | bbt_subtract (BBT_Time const &bbt, BBT_Offset const &sub) const |
|
BBT_Time | round_to_bar (BBT_Time const &) const |
|
BBT_Time | round_up_to_bar (BBT_Time const &) const |
|
BBT_Time | round_up_to_beat_div (BBT_Time const &, int beat_div) const |
|
BBT_Time | round_up_to_beat (BBT_Time const &bbt) const |
|
BBT_Time | round_to_beat (BBT_Time const &) const |
|
Beats | to_quarters (BBT_Offset const &) const |
|
XMLNode & | get_state () const |
|
int | set_state (XMLNode const &, int version) |
|
| Point (TempoMap const &map, superclock_t sc, Beats const &b, BBT_Time const &bbt) |
|
| Point (TempoMap const &map, XMLNode const &) |
|
virtual | ~Point () |
|
void | set (superclock_t sc, Beats const &b, BBT_Time const &bbt) |
|
superclock_t | sclock () const |
|
Beats const & | beats () const |
|
BBT_Time const & | bbt () const |
|
samplepos_t | sample (int sr) const |
|
bool | operator== (Point const &other) const |
|
bool | operator!= (Point const &other) const |
|
TempoMap const & | map () const |
|
Definition at line 328 of file temporal/temporal/tempo.h.