summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/vca.h
AgeCommit message (Expand)Author
2017-10-20Prevent recursive VCA assignmentsRobin Gareus
2017-10-05US2400: send_pan_azimuth lookup function (currently mb-only)Ben Loftis
2017-06-22Update Slavable APIRobin Gareus
2017-05-14Sanitize "well-known" ctrl APIRobin Gareus
2017-05-12MCP: Mixbus32C: Restore missing filter controls to the Dyn page.Ben Loftis
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-04-12Properly expose "well known" comp_redux output.Robin Gareus
2017-01-28add VCA::full_name() which returns "VCA %n" : VCA %n" by default and "VCA %n ...Paul Davis
2016-07-08change VCA number to signed.Paul Davis
2016-05-31use new record safe control in libardourPaul Davis
2016-05-31fix SNAFU in which Stripable::rec_enable_control() was incorrectly defined as...Paul Davis
2016-05-31VCA: fix numbering scheme to allow contiguous numbers after removing the last...Paul Davis
2016-05-31no-op: move some declarationsPaul Davis
2016-05-31provide mechanism for "drop all slaves" for VCA masterPaul Davis
2016-05-31add slaved_to() and slaved() methods to VCAPaul Davis
2016-05-31add MonitorProcessor accessor to Stripable APIPaul Davis
2016-05-31add two more AutomationControl fetch methods to VCAPaul Davis
2016-05-31rearrange inheritance so that Automatable IS-A SlavablePaul Davis
2016-05-31add rec-enable and monitor controls to VCAsPaul Davis
2016-05-31add Slavable API for VCA assign/unassignPaul Davis
2016-05-31clear all solo state should affect VCAs tooPaul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31a slew of as-yet incomplete work to get VCA solo+mute closer to workingPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31add implicit mute state to MuteMaster and use when a master of a mute control...Paul Davis
2016-05-31move vca assignment up to the Route level (from GainControl)Paul Davis
2016-05-31don't increment actual VCA counter when saving session statePaul Davis
2016-05-31save+restore VCA counter value across instancesPaul Davis
2016-05-31redesign Route and VCA objects to inherit from ARDOUR::StripablePaul Davis
2016-05-31fix ambiguity in VCA constructorsPaul Davis
2016-05-31add solo/mute logic to VCA mastersPaul Davis
2016-05-31change API for GainControl, VCA and VCAManagerPaul Davis
2016-05-31mostly restore VCA state on session loading.Paul Davis
2016-05-31add a bit of state to VCAsPaul Davis
2016-05-31expand and improve VCA APIPaul Davis
2016-05-31add name() method to VCAPaul Davis
2016-05-31initially pass at libardour VCA implementationPaul Davis