summaryrefslogtreecommitdiff
path: root/libs/ardour/automatable.cc
AgeCommit message (Expand)Author
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-09fix serious breakage with setup of plugin automatable controls/parameters, in...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-04-20Fix an assertion failure when stopping the transport with an active controlla...Carl Hetherington
2011-03-02Number CC automation tracks from 0 rather than 1 (#3814)Carl Hetherington
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-11Reset PanControllable StreamPanners when they change.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-28more or less complete restoration of Controllable::_id from XML, with all tha...Paul Davis
2010-09-18Fix save/reload of pan automation.Carl Hetherington
2010-08-24fix load+save of plugin parameter automationPaul Davis
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6909Paul Davis
2010-08-09Fix save/load of MIDI automation state. Fixes #3354.Carl Hetherington
2010-07-27change Control::{set,get}_float to Control::{set,get}_double and make almost ...Paul Davis
2010-07-17Show MIDI controller numbers in automation track titles, as per part of #3175.Carl Hetherington
2010-07-14A few fixes to interpolation of MIDI controller data. Don't interpolateCarl 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
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-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-07The great audio processing overhaul.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-01-28* more user friendly MIDI automation lane namesHans Baier
2008-10-13Fix wrongly exposed set_parameter methods on PluginInsert.David Robillard
2008-10-03Apply panners/automation patch from torbenh (Panner is-a Processor).David Robillard
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-29Plugin automation fixes from torbenh.David Robillard
2008-09-28Fix shadowing problem with *Control::set_value.David Robillard
2008-09-21- Call channel pressure channel pressure, not aftertouch (that's key specific).David Robillard
2008-09-21Display recorded controller data (fix show all/existing automation).David Robillard
2008-09-19Restore visible CC/etc automation tracks on session load.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-09-12make tracks visible againPaul Davis
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-05-03* MidiModel::const_iterator::operator++: added AUTOMATION typeHans 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-01use XML state to store processors in mixer (strips) and fixup crash caused by...Paul Davis
2007-07-20Trimmed some code by removing silly Java-isms.David Robillard
2007-07-07Note modes: note, percussion.David Robillard
2007-07-06Fix 'live' CC sending of bar controllers after loading session (previously on...David Robillard