summaryrefslogtreecommitdiff
path: root/libs/ardour/test/midi_clock_slave_test.h
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-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-11use note_type explicitly when constructing a Tempo in the hope that others fo...nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-06-22another C++98 fixRobin Gareus
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 - 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-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-10Fix libardour tests.Carl Hetherington
2010-04-02Fix crash in test.Carl Hetherington
2010-01-29MIDIClock_SlaveTest: first working testcaseHans Baier
2010-01-29MIDIClock_SlaveTest: refactor as subclass of MIDIClock_Slave for testabilityHans Baier
2010-01-29MidiClock_SlaveTest: add basic frameworkHans Baier