summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
AgeCommit message (Expand)Author
2016-05-27Tempo ramps - improve the performance of recompute_map().nick_m
2016-05-27Tempo ramps - clean up TempoSection, fix thinko in position function.nick_m
2016-05-27Tempo ramps - replace ugly bootstrapping code in TempoMap::frame_time() with ...nick_m
2016-05-27Tempo ramps - meter sections work again.nick_m
2016-05-27Tempo ramps - remove the concept of bars from tempo sections.nick_m
2016-05-27Tempo ramps - amend previous commit.nick_m
2016-05-27Tempo ramps - fix many problems wrt dragging tempos over each other.nick_m
2016-05-27Tempo ramps - fix odd display when dragging one tempo past another.nick_m
2016-05-27Tempo ramps - massively speed up dragging of tempo marks.nick_m
2016-05-27Tempo ramps - don't use methods we don't need to use.nick_m
2016-05-27Tempo ramps - allow live updating of tempo markers.nick_m
2016-05-27Tempo ramps - define_one_bar() delivers constant tempo.nick_m
2016-05-27Tempo ramps - play nicely with legacy sessions.nick_m
2016-05-27Fis inability to make the first tempo section constant tempo.nick_m
2016-05-27Tempo ramps - fix changing from const to ramp in the gui.nick_m
2016-05-27tempo ramps - fix dumb iterator error. thanks robin.nick_m
2016-05-27Tempo ramps - locking debugging.nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-24some notes on mem-leaks...Robin Gareus
2016-03-21Trim dependence on evoral types.hpp and Beats.hppDavid Robillard
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
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