summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
AgeCommit message (Expand)Author
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
2016-05-28Allow non-musical snap when dragging bbt ruler.nick_m
2016-05-28Ifdef out some debugging-related code.nick_m
2016-05-28Tempo ramps - fix merge conflicts, add bbt_at_frame_rt().nick_m
2016-05-27Tempo ramps - more comment fixes.nick_m
2016-05-27Tempo ramps - comments,nick_m
2016-05-27Tempo ramps - code cleanup.nick_m
2016-05-27Tempo ramps - implement TempoMap::tempo_at_beat().nick_m
2016-05-27Tempo ramps - fiddle with gradient limit.nick_m
2016-05-27Tempo ramps - add a gradient limit to the ramp, more comments.nick_m
2016-05-27Tempo ramps - rename meter/tempo_section_at() -> meter/tempo_section_at_frame()nick_m
2016-05-27Tempo ramps - fix up previous commit.nick_m
2016-05-27Tempo ramps - add TempoMap::frame_at_tempo()nick_m
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Tempo ramps - add commentnick_m
2016-05-27Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightl...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-05-27Tempo ramps - check the curve not the integral.nick_m
2016-05-27Tempo ramps - fix erroneous paste.nick_m
2016-05-27Tempo ramps - rename no-opnick_m
2016-05-27Tempo ramps - first tempo is a ramp, fix extra meter recompute.nick_m
2016-05-27Tempo ramps -remove unused code.nick_m
2016-05-27Tempo ramps - clean up tempo dragging.nick_m
2016-05-27Tempo ramps - rename for consistency, remove some testing code, add meter bas...nick_m
2016-05-27Tempo ramps - consolidate meter dragging code.nick_m
2016-05-27Tempo ramps - rework tempo drags, improve comments.nick_m
2016-05-27Tempo ramps - consolidate TempoMap::predict_tempo()nick_m
2016-05-27Tempo ramps - more code cleanup, fix cross-marker jumping using tempo dialog bbtnick_m
2016-05-27Tempo ramps - no more tempo dilation on meter drag.nick_m