summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
AgeCommit message (Expand)Author
2017-05-23Tempo sections with a BBT start XML node are never rampednick_m
2017-05-23Fix failure to laod old tempo mapsnick_m
2017-04-19Use XMLNode::get/set_property API in Tempo/Time related classesTim Mayberry
2017-03-18Resolve copy-c'tor and assignment issue with TempoMapRobin Gareus
2017-03-10fix potential crash in LV2Plugin::connect_and_run() when music starts after 0nick_m
2017-03-05tempo editing updatesnick_m
2017-03-01allow continuation of tempo via right-click 'Continue' where appropriate.nick_m
2017-02-27fix crash in pinch dragnick_m
2017-02-27harden TempoMap::next_tempo_section () a bit.nick_m
2017-02-27amend last commit (don't depend on 0.0)nick_m
2017-02-27hopefully fix legacy session loading (tempo)nick_m
2017-02-27add TempoMap::next_tempo_section()nick_m
2017-02-27fix TempoMap::frame_at_tempo().nick_m
2017-02-27complete changes to tempo type.nick_m
2017-02-27make new (ramped) tempi indidstiguishable from constant to the novice user.nick_m
2017-02-27correct (?) behaviour of TempoMap::replace_temponick_m
2017-02-27rework tempo editing.nick_m
2017-02-16amend 32248b755ba (legacy tempo map).nick_m
2017-02-16fix loading of 4.x sessions with a missing initial tempo section.nick_m
2017-02-14fix 'snap to beat' havoc-causing misplaced bracket.nick_m
2017-02-085.5 incorrectly marked the initial tempo as not locked to meter.nick_m
2017-02-08fix legacy session where initial tempo was not locked to meter,nick_m
2017-02-05fix potential absorption of music-locked tempo into meter-locked one.nick_m
2017-02-04remove unused empoMap::round_to_beat_subdivision()nick_m
2017-02-04rework snapnick_m
2017-02-01Reduce continuous stream of warning messages (latent plugin, PH @ zero)Robin Gareus
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-07TempoMap - do frame conversion outside the lock when possible.nick_m
2017-01-07remove some excessive methods from TempoMap.nick_m
2017-01-07more no-op renaming - TempoSection::compute_c_func_* -> compute_c_nick_m
2017-01-07clear up _initial vs _locked_to_meter TempoSection ambiguity.nick_m
2017-01-07more inactive tempi fixes.nick_m
2017-01-07actually make import of tempo maps at selected point work (missed line from 3...nick_m
2017-01-07rename TempoSection::c_func() -> c(). ensure constant tempi have this set to 0.nick_m
2017-01-07fix some inactive tempi bugsnick_m
2017-01-06warn when adding / replacing a tempo fails.nick_m
2017-01-06prevent meter-locked tempi from being moved directly when replacing.nick_m
2017-01-06ensure tempo lines use correct tempo type (constant/ramped)nick_m
2017-01-05disallow tempi of 0 ntpm or less.nick_m
2016-12-22check audio-locked meter ordering by frame.nick_m
2016-12-21fix yet another meter-locked tempo ordering thinko.nick_m
2016-12-19Fix the case of jump-to-next-SubdivisionBen Loftis
2016-12-19Fix the case of jump-to-next{prev}-BarBen Loftis
2016-12-19TempoMap - rename some methods.nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-12-19there is no curve for identical note_types_per_minute values.nick_m
2016-12-16add copy constructor, operator= and a clean ::dump() method for TempoMapPaul Davis
2016-12-16tempo before the initial section is always constant.nick_m
2016-12-16fix thinko in TempoMap::framepos_plus_qn.nick_m
2016-12-12disallow placement of audio-locked tempi within a frame of any other.nick_m