summaryrefslogtreecommitdiff
path: root/libs/ardour/test/tempo_test.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-22Remove redundant beat arg from TempoMap::add_meternick_m
2017-06-08Remove debugging from TempoTest::qnDistanceTestRamp ()nick_m
2017-02-27complete changes to tempo type.nick_m
2016-12-19add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for v...nick_m
2016-11-11remove unused variable and debugging.nick_m
2016-11-11use note_type explicitly when constructing a Tempo in the hope that others fo...nick_m
2016-11-11TempoSection::tempo_at methods return a Tempo, document the opposite direction.nick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11fix lock error in empoMap::quarter_note_at_bbt_rt(), expand constant tempo test.nick_m
2016-11-11remove unused TempoMap::tempo_at_beat(). implement unused tempo_at_quarter_no...nick_m
2016-11-11remove remaining frame api from TempoSection.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-10-25expand on existing tempo tests.nick_m
2016-10-13Improve check in tempoAtPulseTestnick_m
2016-10-13Fix ramp test, add tempoAtPulseTest.nick_m
2016-08-10Make tempo tests use the api more correctly.nick_m
2016-06-25Fix counting thinko in tests.nick_m
2016-05-27Tempo ramps - more code consolidation wrt add meter/tempo.nick_m
2016-05-27Tempo ramps - fix ambiguous api, fix flickering tempo curves.nick_m
2016-05-27Tempo ramps - api change, remove some code.nick_m
2016-05-27Tempo ramps - make ramp test more challenging.nick_m
2016-05-27Tempo ramps - tempo related tests pass, add ramp test.nick_m
2016-05-27Tempo ramps - check for impossible locations tempo dialog bbt entry. reorgani...nick_m
2016-05-27Tempo ramps - fix crazy compilable namespace thinkonick_m
2016-05-27Tempo ramps - remove the concept of bars from tempo sections.nick_m
2016-05-27Tempo ramps - define_one_bar() delivers constant tempo.nick_m
2016-05-27Tempo ramps - get tests to comile again.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-01-05make extending the tempo map O(N) in the section to be filled in, rather than...Paul Davis
2012-01-03remove duplicated test conditionsPaul Davis
2012-01-03fix incorrect tempo testPaul Davis
2012-01-03New test.Carl Hetherington