Refactor tempo api, include quarter-note distance in frames method.
[ardour.git] / libs / ardour / test / framewalk_to_beats_test.cc
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
2016-10-01 nick_mRemove unused methods, add tests to ensure meter diviso...
2016-08-09 nick_mMake tempo tests use the api more correctly.
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 - tempo related tests pass, add ramp test.
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...
2014-11-25 Colin FletcherFix build of evoral tests
2012-01-06 Paul Davistwiddle with one test explanation to help paul reason...
2012-01-03 Carl HetheringtonFix erroneous test.
2012-01-03 Carl HetheringtonReverse parameters to CPPUNIT_ASSERT_EQUAL so its assert
2011-12-11 Carl HetheringtonKeep track of MIDI region's start positions in beats, to
2011-12-10 Carl HetheringtonFix framewalk_to_beats when it traverses more than one
2011-12-09 Carl HetheringtonClean up test slightly.
2011-12-09 Carl HetheringtonFix framewalk_to_beats with non-beat-aligned starting...
2011-12-09 Carl HetheringtonAdd simple framewalk_to_beats test and normalise naming