add frame parameter for Meter ctor and TempoMap::replace_meter(). allow for various...
[ardour.git] / libs / ardour / test / midi_clock_slave_test.h
2016-12-18 nick_madd frame parameter for Meter ctor and TempoMap::replac...
2016-11-10 nick_muse note_type explicitly when constructing a Tempo...
2016-11-10 nick_mRefactor tempo api, include quarter-note distance in...
2016-06-22 Robin Gareusanother C++98 fix
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 - 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-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-10-10 Carl HetheringtonFix libardour tests.
2010-04-02 Carl HetheringtonFix crash in test.
2010-01-29 Hans BaierMIDIClock_SlaveTest: first working testcase
2010-01-29 Hans BaierMIDIClock_SlaveTest: refactor as subclass of MIDIClock_...
2010-01-29 Hans BaierMidiClock_SlaveTest: add basic framework