globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / test / tempo_test.cc
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-07-21 nick_mRemove redundant beat arg from TempoMap::add_meter
2017-06-08 nick_mRemove debugging from TempoTest::qnDistanceTestRamp ()
2017-02-27 nick_mcomplete changes to tempo type.
2016-12-18 nick_madd frame parameter for Meter ctor and TempoMap::replac...
2016-11-10 nick_mremove unused variable and debugging.
2016-11-10 nick_muse note_type explicitly when constructing a Tempo...
2016-11-10 nick_mTempoSection::tempo_at methods return a Tempo, document...
2016-11-10 nick_mrename Tempo _beats_per_minute to _note_types_per_minut...
2016-11-10 nick_mfix lock error in empoMap::quarter_note_at_bbt_rt(...
2016-11-10 nick_mremove unused TempoMap::tempo_at_beat(). implement...
2016-11-10 nick_mremove remaining frame api from TempoSection.
2016-11-10 nick_mremove public pulse methods from TempoMap.
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
2016-10-24 nick_mexpand on existing tempo tests.
2016-10-13 nick_mImprove check in tempoAtPulseTest
2016-10-13 nick_mFix ramp test, add tempoAtPulseTest.
2016-08-09 nick_mMake tempo tests use the api more correctly.
2016-06-24 nick_mFix counting thinko in tests.
2016-05-27 nick_mTempo ramps - more code consolidation wrt add meter...
2016-05-27 nick_mTempo ramps - fix ambiguous api, fix flickering tempo...
2016-05-27 nick_mTempo ramps - api change, remove some code.
2016-05-27 nick_mTempo ramps - make ramp test more challenging.
2016-05-27 nick_mTempo ramps - tempo related tests pass, add ramp test.
2016-05-27 nick_mTempo ramps - check for impossible locations tempo...
2016-05-27 nick_mTempo ramps - fix crazy compilable namespace thinko
2016-05-27 nick_mTempo ramps - remove the concept of bars from tempo...
2016-05-27 nick_mTempo ramps - define_one_bar() delivers constant tempo.
2016-05-27 nick_mTempo ramps - get tests to comile again.
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-01-05 Paul Davismake extending the tempo map O(N) in the section to...
2012-01-03 Paul Davisremove duplicated test conditions
2012-01-03 Paul Davisfix incorrect tempo test
2012-01-03 Carl HetheringtonNew test.