summaryrefslogtreecommitdiff
path: root/libs/ardour/beats_frames_converter.cc
AgeCommit message (Expand)Author
2016-08-31BeatsFramesConverter uses quarter-note 'beat' position.nick_m
2015-01-07MusicalTime => Beats.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-01-17add more debugging to track/spot/debug mis-use of BeatFramesConverterPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-04fix error in framepos_{plus,minus}_bbt() which miscounted beats while steppin...Paul Davis
2011-12-10Comments.Carl Hetherington
2011-12-10Add fixed-up framepos_plus_beats() and use it for the BeatsFramesConverter, s...Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-23Add some assertions.Carl Hetherington
2011-04-06Fix my name :)David Robillard
2010-12-20Fix more broken whitespace.David Robillard
2010-12-17fix BeatFramesConverter so that it at least works even if its not optimally n...Paul Davis
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...Paul Davis
2010-12-14implement methods in TempoMap for walking a given distance along a tempo map ...Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-16Move all beats <-> frames time conversion into a single object that can be pa...David Robillard