summaryrefslogtreecommitdiff
path: root/libs/ardour/vca.cc
AgeCommit message (Expand)Author
2017-10-20Prevent recursive VCA assignmentsRobin Gareus
2017-06-22Update Slavable APIRobin Gareus
2017-06-10Restore VCA Automation stateRobin Gareus
2017-06-09Fix deletion of VCA with slaved controls.Robin Gareus
2017-05-05libardour now has CoreSelection object to manage selection status of Stripabl...Paul Davis
2017-04-19Use XMLNode::get/set_property API in ARDOUR::VCA classTim Mayberry
2017-01-28add VCA::full_name() which returns "VCA %n" : VCA %n" by default and "VCA %n ...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-08change VCA number to signed.Paul Davis
2016-06-05extensive changes to PresentationInfo APIPaul Davis
2016-05-31use new record safe control in libardourPaul Davis
2016-05-31VCA: fix numbering scheme to allow contiguous numbers after removing the last...Paul Davis
2016-05-31add slaved_to() and slaved() methods to VCAPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31API and implementation tweaks for destroying VCAsPaul Davis
2016-05-31rearrange inheritance so that Automatable IS-A SlavablePaul Davis
2016-05-31generalize VCA assign/unassign code.Paul Davis
2016-05-31add rec-enable and monitor controls to VCAsPaul Davis
2016-05-31save and restore vca assignmentsPaul 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-31Session API changes to enable VCAs to set soloed-by-upstream on assigned routesPaul 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-31VCA solo and mute controls need to call AutomationControl::set_value() to emi...Paul 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-31change VCA model to facilitate Harrison *and* SSL designsPaul Davis
2016-05-31add name() method to VCAPaul Davis
2016-05-31initially pass at libardour VCA implementationPaul Davis