|
| | TempoPoint (TempoMap const &map, Tempo const &t, superclock_t sc, Beats const &b, BBT_Time const &bbt) |
| |
| | TempoPoint (Tempo const &t, Point const &p) |
| |
| | TempoPoint (TempoMap const &map, XMLNode const &) |
| |
| virtual | ~TempoPoint () |
| |
| TempoPoint & | operator= (Tempo const &t) |
| |
| superclock_t | superclock_at (Beats const &qn) const |
| |
| samplepos_t | sample_at (Beats const &qn) const |
| |
| superclock_t | superclocks_per_note_type_at (timepos_t const &) const |
| |
| double | note_types_per_minute_at_DOUBLE (timepos_t const &pos) const |
| |
| double | omega () const |
| |
| void | compute_omega_from_next_tempo (TempoPoint const &next_tempo) |
| |
| void | compute_omega_from_distance_and_next_tempo (Beats const &quarter_duration, TempoPoint const &next_tempo) |
| |
| void | compute_omega_from_quarter_duration (Beats const &quarter_duration, superclock_t end_scpqn) |
| |
| bool | actually_ramped () const |
| |
| XMLNode & | get_state () const |
| |
| int | set_state (XMLNode const &, int version) |
| |
| bool | operator== (TempoPoint const &other) const |
| |
| bool | operator!= (TempoPoint const &other) const |
| |
| Beats | quarters_at_sample (samplepos_t sc) const |
| |
| Beats | quarters_at_superclock (superclock_t sc) const |
| |
| timepos_t | time () const |
| |
| | Tempo (XMLNode const &) |
| |
| virtual | ~Tempo () |
| |
| | Tempo (double npm, int8_t note_type) |
| |
| | Tempo (double npm, double enpm, int8_t note_type) |
| |
| double | note_types_per_minute () const |
| |
| double | end_note_types_per_minute () const |
| |
| double | quarter_notes_per_minute () const |
| |
| double | samples_per_note_type (int sr) const |
| |
| double | samples_per_quarter_note (int sr) const |
| |
| void | set_note_types_per_minute (double npm) |
| |
| int | note_type () const |
| |
| superclock_t | superclocks_per_note_type () const |
| |
| superclock_t | superclocks_per_note_type (int note_type) const |
| |
| superclock_t | superclocks_per_quarter_note () const |
| |
| superclock_t | end_superclocks_per_note_type () const |
| |
| superclock_t | end_superclocks_per_note_type (int note_type) const |
| |
| superclock_t | end_superclocks_per_quarter_note () const |
| |
| bool | locked_to_meter () const |
| |
| void | set_locked_to_meter (bool yn) |
| |
| bool | continuing () const |
| |
| void | set_continuing (bool yn) |
| |
| Type | type () const |
| |
| bool | ramped () const |
| |
| XMLNode & | get_state () const |
| |
| int | set_state (XMLNode const &, int version) |
| |
| bool | operator== (Tempo const &other) const |
| |
| bool | operator!= (Tempo const &other) const |
| |
| | 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 363 of file temporal/temporal/tempo.h.