summaryrefslogtreecommitdiff
path: root/libs/ardour/automatable.cc
AgeCommit message (Expand)Author
2015-11-02Clean up _before XMLNode in AutomationList if no automation write occurred.nick_m
2015-11-01Revert starting write pass only in write mode when transport located.nick_m
2015-10-21fix automation update at transport stop when in automation Play modePaul Davis
2015-10-20Automation - more toggled controller twiddling.nick_m
2015-10-20Automation - fix occasional inverted bool state after write.nick_m
2015-10-20Make automation record undo per pass rather than per touch.nick_m
2015-10-07only subdivide plugin-cycle when automation is playingRobin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove i/ofstream from libardourRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-05-04add signal for automation state changes per pluginRobin Gareus
2015-04-25prepare trim automationRobin Gareus
2015-03-08Fix compilation with --no-lv2 (#0006169).David Robillard
2014-12-24Remove warning when adding MIDI model controls.David Robillard
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
2014-11-30Replace thinning static state with parameter.David Robillard
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-08-31Fix crash when changing automation mode for MIDI track control automation.David Robillard
2014-07-01add partial support for mute automation (playback does not work, data is not ...Paul Davis
2013-01-20Show matching controller name in automation lane header.David Robillard
2012-11-19remove unused Automatable::automation_interval and related codePaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
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