Optimize automation-event process splitting
[ardour.git] / libs / ardour / ardour / vca.h
2017-10-20 Robin GareusPrevent recursive VCA assignments
2017-10-05 Ben LoftisUS2400: send_pan_azimuth lookup function (currently...
2017-06-22 Robin GareusUpdate Slavable API
2017-05-13 Robin GareusSanitize "well-known" ctrl API
2017-05-12 Ben LoftisMCP: Mixbus32C: Restore missing filter controls to...
2017-05-05 Paul Davislibardour now has CoreSelection object to manage select...
2017-04-12 Robin GareusProperly expose "well known" comp_redux output.
2017-01-28 Paul Davisadd VCA::full_name() which returns "VCA %n" : VCA ...
2016-07-08 Paul Davischange VCA number to signed.
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davisfix SNAFU in which Stripable::rec_enable_control()...
2016-05-31 Paul DavisVCA: fix numbering scheme to allow contiguous numbers...
2016-05-31 Paul Davisno-op: move some declarations
2016-05-31 Paul Davisprovide mechanism for "drop all slaves" for VCA master
2016-05-31 Paul Davisadd slaved_to() and slaved() methods to VCA
2016-05-31 Paul Davisadd MonitorProcessor accessor to Stripable API
2016-05-31 Paul Davisadd two more AutomationControl fetch methods to VCA
2016-05-31 Paul Davisrearrange inheritance so that Automatable IS-A Slavable
2016-05-31 Paul Davisadd rec-enable and monitor controls to VCAs
2016-05-31 Paul Davisadd Slavable API for VCA assign/unassign
2016-05-31 Paul Davisclear all solo state should affect VCAs too
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
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 Davisadd implicit mute state to MuteMaster and use when...
2016-05-31 Paul Davismove vca assignment up to the Route level (from GainCon...
2016-05-31 Paul Davisdon't increment actual VCA counter when saving session...
2016-05-31 Paul Davissave+restore VCA counter value across instances
2016-05-31 Paul Davisredesign Route and VCA objects to inherit from ARDOUR...
2016-05-31 Paul Davisfix ambiguity in VCA constructors
2016-05-31 Paul Davisadd solo/mute logic to VCA masters
2016-05-31 Paul Davischange API for GainControl, VCA and VCAManager
2016-05-31 Paul Davismostly restore VCA state on session loading.
2016-05-31 Paul Davisadd a bit of state to VCAs
2016-05-31 Paul Davisexpand and improve VCA API
2016-05-31 Paul Davisadd name() method to VCA
2016-05-31 Paul Davisinitially pass at libardour VCA implementation