summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
AgeCommit message (Expand)Author
2015-06-25Try to avoid coincident tempo/meter markers when removing timeColin Fletcher
2015-06-25rename TempoMap::cut_time() to remove_time()Colin Fletcher
2015-06-19also log session-load error to stderr.Robin Gareus
2015-04-21Port 'Cut time' code from MixbusColin Fletcher
2015-04-21merge fix for tempo branchBen Loftis
2015-04-01remove race condition when editing tempo/meter information.Paul Davis
2015-03-31fix OSX/PPC 10.4 long mathsRobin Gareus
2015-03-09Make editing of meter work at the current positionColin Fletcher
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2015-01-07MusicalTime => Beats.David Robillard
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-22Fix const violation warnings in tempo.cc.David Robillard
2014-11-17Fix "maybe" rounding bug.David Robillard
2014-11-16Add "maybe" rounding modes for rounding only if necessary.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-17add some assert() messages.Robin Gareus
2014-11-14add abort() to non-reached codeRobin Gareus
2014-05-14don't use llrint on already-integral variablesDevin J. Pohly
2014-05-14fix accumulated rounding error in BBT gridDevin J. Pohly
2012-11-17Sent precise transport information to LV2 plugins via events.David Robillard
2012-11-16Tidy up tempo.h and add some documentation.David Robillard
2012-10-01do not add in ticks in the "at" position when computing BBT duration somewher...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-25check for multiple tempo/meter marks at the same location, which somehow ardo...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-02more fixes/tweaks from the land of the lionPaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-20Fix some warnings.Carl Hetherington
2012-04-15Update MidiRegion::_start_beats on trimming the front of a MIDI region; reset...Carl Hetherington
2012-04-15Fix overflow when computing framewalk_to_beats with -ve pos; fixes #4694.Carl Hetherington
2012-01-24Move reader lock to avoid deadlock when calling bbt_time().Carl Hetherington
2012-01-24Remove unused variable.Carl Hetherington
2012-01-17fix initial filling out of tempo bars|beats map after loading from XML by ext...Paul Davis
2012-01-17fix bug with tempo computation where passed in positions or offsets are negativePaul Davis
2012-01-08don't allow/create non-beat aligned tempo changes in response to meter change...Paul Davis
2012-01-08fix up a few zero-boundary condition errors in TempoMapPaul Davis
2012-01-08tempo map debugging with dlpPaul Davis
2012-01-07when moving tempo and metric sections around (or adding new ones), prevent th...Paul Davis
2012-01-07fix positioning of grid line after a non-beat aligned tempo changePaul Davis
2012-01-07a better fix for timestamping non-beat-aligned tempo changesPaul Davis
2012-01-06remove extra TempoMap::dump() callPaul Davis
2012-01-06re-adjust computation of non-beat aligned tempo changePaul Davis
2012-01-06adjust computation of non-beat aligned tempo change, and let TempoMap::dump()...Paul Davis
2012-01-06fix frame/beat walking to pass unit testsPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-05fix some more crashes with tempo map manipulationsPaul Davis
2012-01-05fix over-zealous optimization in tempo map, caused crashPaul Davis
2012-01-05remove debugging outputPaul Davis
2012-01-05make extending the tempo map O(N) in the section to be filled in, rather than...Paul Davis