Add option to limit automatable control parmaters
[ardour.git] / libs / ardour / gain_control.cc
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-06-21 Robin GareusRemove internal_to_user/user_to_internal API
2017-06-21 Robin GareusRemove separate ControlList min/max/default, use Parame...
2017-06-21 Robin GareusSwitch to PBD control-math and prefer Controllable API
2017-06-14 Robin GareusSpecial-case VCA at 0 (-inf dB), force gain slaves...
2017-06-12 Robin GareusFix relative grouped + VCA slaved gain
2017-06-11 Robin GareusFix thinko in 9581cb26 - scratch-buffer can't be used...
2017-06-03 Robin GareusApply VCA master gain automation to Amp (Fader, Trim)
2017-02-21 Paul Davisredesign VCA control over gain (and theoretically other...
2017-02-06 Paul Davissave/restore VCA master state inside slaves, so that...
2016-09-21 Paul Davisgain controls are supposed to be "gain-like"
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-31 Paul Davissave and restore vca assignments
2016-05-31 Paul Davisa variety of changes that get closer to correctly funct...
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisredesign control slave/master system, move code from...
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul Daviscorrectly restore VCA-VCA slave/master relationships...
2016-05-31 Paul Davisensure that GainControl::get_value() never returns...
2016-05-31 Paul Davischange master-record management to use std::map to...
2016-05-31 Paul Davisprobably get the design of VCAs basically correct:...
2016-05-31 Paul Davisadd GainControl::slaved() predicate
2016-05-31 Paul Davisforward-propagate Changed signals through VCA master...
2016-05-31 Paul Davisadd VCAStatusChange message to GainControl
2016-05-31 Paul Davischange API for GainControl, VCA and VCAManager
2016-05-31 Paul Davisstart shaping up VCA assign process
2016-05-31 Paul Davisvca design: gain controls cannot silently "merge" the...
2016-05-31 Paul Davischange VCA model to facilitate Harrison *and* SSL designs
2016-05-31 Paul Davisinitially pass at libardour VCA implementation
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-18 Paul Davismove Amp::GainControl out into its own source module...