summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-07 22:20:37 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:39 -0400
commit04e26fe7e6cf0ae4d85a5527b30b5e1196966465 (patch)
tree57aad34a79a2a5fb47c076041ae3a97b5c70a431 /libs/ardour/ardour/route.h
parentc3afeab49c7f454f58bd1fb17b39ccac1d39258e (diff)
move VCA assignment up to Route level
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index b187c39629..f819ddac63 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -710,6 +710,8 @@ public:
pframes_t nframes, int declick);
bool slaved_to (boost::shared_ptr<VCA>) const;
+ void vca_assign (boost::shared_ptr<VCA>);
+ void vca_unassign (boost::shared_ptr<VCA>);
protected:
friend class Session;