summaryrefslogtreecommitdiff
path: root/libs/ardour/slavable.cc
AgeCommit message (Collapse)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31reduce number of Controls attempted for auto-slave-on-assign; use just a ↵Paul Davis
single definition
2016-05-31don't store shared_ptr<VCA> in functor for Drop or DropReferences signal ↵Paul Davis
from VCA in Slavable
2016-05-31provide mechanism for "drop all slaves" for VCA masterPaul Davis
2016-05-31fix some bugs with unassigning from a control masterPaul Davis
2016-05-31rearrange inheritance so that Automatable IS-A SlavablePaul Davis
Share assign code via Slavable; add visibility tags to Slavable+SlavableAutomationControl
2016-05-31save and restore vca assignmentsPaul Davis
2016-05-31new filesPaul Davis