summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/automation_list.h
AgeCommit message (Expand)Author
2017-10-04Clean up State API:Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18Add support for Latch AutomationRobin Gareus
2017-08-12use a lock to set/get AutomationList automation statePaul Davis
2017-07-24Update WritePass logic + AutomationList UndoRobin Gareus
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-06-21Set default interpolation type (for new lanes)Robin Gareus
2017-06-21Remove Cruft -- AutomationStyle never did anything.Robin Gareus
2017-04-26AutomationLine time-unit conversion and paste API updateRobin Gareus
2017-04-24Swap inheritance, simplifies Lua BindingsRobin Gareus
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-04-24hand over automationlist undo state ownership (mem-leak)Robin Gareus
2016-04-11add some class documentationRobin Gareus
2016-04-10add a C++ lifetime MementoCommand APIRobin Gareus
2015-11-02Clean up _before XMLNode in AutomationList if no automation write occurred.nick_m
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-07-09make AutomationList::operator==() private and abort() as its core, because it...Paul Davis
2013-10-17add export visibility macros across libardourPaul Davis
2012-10-29change is the only constantPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-07-12Mark Sequence as edited when one of its parent ControlSet's ControlLists is c...Carl Hetherington
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
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-19Only create a Curve for an AutomationList if we need it.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-23An actual tempo line cache (not quite perfect when scrolling left, but miles ...David Robillard
2008-09-19Tidy.David Robillard