fix load+save of plugin parameter automation
[ardour.git] / gtk2_ardour / automation_controller.cc
2010-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-08-08 Carl HetheringtonLabel panner automation sliders the same as panners.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-03 Carl HetheringtonStop crash on deleting a plugin when its generic UI...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-05-20 Carl HetheringtonMake pan double-click entry work in percentage left...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-14 Carl HetheringtonMake Bundles work a bit better. A few include optimisa...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardTidy.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-05-02 David RobillardFixes for GCC 4.3.
2007-07-06 David RobillardFix 'live' CC sending of bar controllers after loading...
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 RobillardAnother not-quite-there-but-better commit.
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...