summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/automatable.h
AgeCommit message (Expand)Author
2016-05-31Add PanControllable::get_user_string() (provide indirect access to Panner::va...Paul Davis
2016-05-31rearrange inheritance so that Automatable IS-A SlavablePaul Davis
2015-10-07only subdivide plugin-cycle when automation is playingRobin Gareus
2015-05-04add signal for automation state changes per pluginRobin Gareus
2013-10-17add export visibility macros across libardourPaul Davis
2013-04-01clarify comment about Automatable/ControlSet inheritancePaul Davis
2012-11-19remove unused Automatable::automation_interval and related codePaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-01-27virtualize the way that AutomationController gets strings to display values, ...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-18Fix save/reload of pan automation.Carl Hetherington
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-06-25Make MIDI region `automation' respect the automation mode so that it isCarl Hetherington
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis
2010-02-05Remove weird/pointless Automatable::data().David Robillard
2009-10-23Fix sketchy casts.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-10-13Fix wrongly exposed set_parameter methods on PluginInsert.David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-22Move event specific ringbuffer stuff to evoral.David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Tidy.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-21More petty clean ups of MIDI stuff.David Robillard
2008-05-21* Made the MIDI standard names show up for controllers instead of just contro...Hans Baier
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-08-31Reading of MIDI CC from MIDI regions (MidiModel). UI still needs work though..David Robillard
2007-08-17Per-region MIDI CC "automation".David Robillard
2007-08-16Make SMFSource suck significantly less.David Robillard
2007-07-06Fix 'live' CC sending of bar controllers after loading session (previously on...David Robillard
2007-07-03s/ParamID/Parameter/David Robillard
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-27Big ol' automation refactor.David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard