summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
AgeCommit message (Expand)Author
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11add some documentation for TempoMap.nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-10-16Rework duration clock and TempoMap::insert_time to include meter at offset.nick_m
2016-10-09TempoSection methods deal in beats rather than pulses per minute.nick_m
2016-10-02Remove unused methods, add tests to ensure meter divisors don't mess with Beats.nick_m
2016-10-01Fix locking bug in tempo map.nick_m
2016-09-05Fix the tempo note-type hallucination.nick_m
2016-09-04Sanity check for TempoMap::get_grid ()nick_m
2016-09-03Fix various paste errors in tempo.cc. Should fix recent regressions.nick_m
2016-09-02Consolidate the meaning of beat divisions.nick_m
2016-09-01Attempt to clarify tempo map comments.nick_m
2016-09-01Revert 894cdb6f5c2064.nick_m
2016-09-01Snap to beat snaps to quarter note.nick_m
2016-08-31TempoMap::pulse_at_frame() handles separated musical sections as per beat_at_...nick_m
2016-08-31Fix incorrect inclusion of note_type in Tempo::pulses_per_minute().nick_m
2016-08-31Amend f3c0c1a865 (Add quarter-note position methods).nick_m
2016-08-31Add quarter-note position methods to TempoMap.nick_m
2016-08-24Tempo marker movement snaps to the future grid, rather than the current one.nick_m
2016-08-24Round to bar correctly in TempoMap::exact_beat_at_frame_locked().nick_m
2016-08-18Add methods for plugin APIs to obtsin quarter pulses ('beats' for AU) from th...nick_m
2016-08-16Enforce rounding to beat as >= 0.0nick_m
2016-08-14Don't call any Transmitter from realtime contextRobin Gareus
2016-08-14Allow negative return in TempoMap::beat_at_frame() and its exact_ variant.nick_m
2016-08-10Allow -ve framepos handling in TempoMap::framepos_plus_beats()nick_m
2016-07-25the endless quest to plug memory leaks -- episode 378Robin Gareus
2016-07-18Fix stored type confusion in Meter/TempoSection::get_state().nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Tempo map updates.nick_m
2016-07-10Fix long-standing spelling bug.nick_m
2016-07-10Fix missing tempi recompute, improve adding meter/tempo failure.nick_m
2016-07-10Fail properly when adding a new audio locked meter's tempo.nick_m
2016-07-10Fix broken meter manipulation in exact_beat.nick_m
2016-07-10Avoid the use of dynamic_cast in TempoMap for performance improvement.nick_m
2016-07-10Make TempoMap::bbt_at_frame() more efficient.nick_m
2016-07-10Improve the performance of TempoMap::frame_at_beat ().nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-06-12Fix exact tempo pulse for snap to bars case.nick_m
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-10Apply some constraints to bbt dragging.nick_m
2016-06-10Amend last commit.nick_m
2016-06-10Audio locked meters with an existing tempo may be dragged past that tempo's l...nick_m
2016-06-09Possible fix for memory pool problem in session click.nick_m
2016-06-05Fix ignored note_type in TempoMap::frames_per_beat_at().nick_m
2016-05-30Make TempoMap::framepos_plus_beats() & TempoMap::framepos_minus_beats() more ...nick_m
2016-05-30Make TempoMap::framewalk_to_beats () more correct.nick_m
2016-05-29Fix bbt dragging wrt audio-locked tempos.nick_m