fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / automatable.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-28 Robin Gareusignore automation for non-automatables.
2016-05-31 Paul Davisimplementation side of Controllable::get_user_string...
2016-05-31 Paul Davisextend function of Automatable::control_factory() ...
2016-05-31 Paul Davisdo not non-automable controls to an Automatable's list...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2016-01-18 Paul Davismove Amp::GainControl out into its own source module...
2016-01-18 Paul Davischange ownership of the AutomationControl used by Amp.
2015-11-01 nick_mClean up _before XMLNode in AutomationList if no automa...
2015-11-01 nick_mRevert starting write pass only in write mode when...
2015-10-22 Paul Davisfix automation update at transport stop when in automat...
2015-10-19 nick_mAutomation - more toggled controller twiddling.
2015-10-19 nick_mAutomation - fix occasional inverted bool state after...
2015-10-19 nick_mMake automation record undo per pass rather than per...
2015-10-07 Robin Gareusonly subdivide plugin-cycle when automation is playing
2015-10-05 Robin Gareususe quotes for in-tree pbd/glib wrapper include
2015-10-05 Robin Gareusremove i/ofstream from libardour
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-05-04 Robin Gareusadd signal for automation state changes per plugin
2015-04-25 Robin Gareusprepare trim automation
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-08 David RobillardFix compilation with --no-lv2 (#0006169).
2014-12-25 David RobillardRemove warning when adding MIDI model controls.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-12-01 David RobillardReplace thinning static state with parameter.
2014-11-07 David RobillardJust rename problematic Variant::VOID type.
2014-11-02 David RobillardDisplay gain and midiNote plugin parameters/properties...
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-08-31 David RobillardFix crash when changing automation mode for MIDI track...
2014-07-01 Paul Davisadd partial support for mute automation (playback does...
2013-01-20 David RobillardShow matching controller name in automation lane header.
2012-11-19 Paul Davisremove unused Automatable::automation_interval and...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-09 Paul Davisfix serious breakage with setup of plugin automatable...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-20 Carl HetheringtonFix an assertion failure when stopping the transport...
2011-03-02 Carl HetheringtonNumber CC automation tracks from 0 rather than 1 (...
2011-01-27 Paul Davisvirtualize the way that AutomationController gets strin...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-11 Carl HetheringtonReset PanControllable StreamPanners when they change.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-28 Paul Davismore or less complete restoration of Controllable:...
2010-09-18 Carl HetheringtonFix save/reload of pan automation.
2010-08-24 Paul Davisfix load+save of plugin parameter automation
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6909
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-17 Carl HetheringtonShow MIDI controller numbers in automation track titles...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-12 Carl HetheringtonMark Sequence as edited when one of its parent ControlS...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2009-10-23 David RobillardFix sketchy casts.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-01-28 Hans Baier* more user friendly MIDI automation lane names
2008-10-13 David RobillardFix wrongly exposed set_parameter methods on PluginInsert.
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-29 David RobillardPlugin automation fixes from torbenh.
2008-09-28 David RobillardFix shadowing problem with *Control::set_value.
2008-09-21 David Robillard- Call channel pressure channel pressure, not aftertouc...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardRestore visible CC/etc automation tracks on session...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-12 Paul Davismake tracks visible again
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-21 David RobillardMore petty clean ups of MIDI stuff.
2008-05-21 Hans Baier* Made the MIDI standard names show up for controllers...
2008-05-03 Hans Baier* MidiModel::const_iterator::operator++: added AUTOMATI...
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-08-01 Paul Davisuse XML state to store processors in mixer (strips...
2007-07-20 David RobillardTrimmed some code by removing silly Java-isms.
2007-07-07 David RobillardNote modes: note, percussion.
2007-07-06 David RobillardFix 'live' CC sending of bar controllers after loading...
2007-07-05 David RobillardReplace remaining references to 'param_id' (with 'param...
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-07-03 David Robillards/ParamID/Parameter/
2007-07-03 David RobillardPan automation/serialization fixes.
2007-06-30 David RobillardPan automation work. Almost, but not quite, working.
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-27 David RobillardBig ol' automation refactor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...