summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sidechain.h
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2018-11-01 20:30:06 +0100
committerJohannes Mueller <github@johannes-mueller.org>2018-11-01 22:17:01 +0100
commitfe318c0cd5c9116b512fe90241f3ba0c52841581 (patch)
tree71e1e9144758917d54ef2c1822dbf32a44ac5b0b /libs/ardour/ardour/sidechain.h
parent287ce3d4777d466e7ee8ba2c49af3208864cc5cc (diff)
Create sidechain ports when created from template (#0007680)
When a route with a sidechain is created from a template or by route duplication the number of ports of the sidechain are set according to the XMLNode defining the sidechain. Then the names are set according to the name of the newly created route. Thus all the pin connections defined in the template are replicated in the newly created route.
Diffstat (limited to 'libs/ardour/ardour/sidechain.h')
-rw-r--r--libs/ardour/ardour/sidechain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/sidechain.h b/libs/ardour/ardour/sidechain.h
index dd608c8951..1677360990 100644
--- a/libs/ardour/ardour/sidechain.h
+++ b/libs/ardour/ardour/sidechain.h
@@ -39,7 +39,7 @@ public:
bool can_support_io_configuration (const ChanCount& in, ChanCount& out);
bool configure_io (ChanCount in, ChanCount out);
- int set_state(const XMLNode&, int version);
+ int set_state(const XMLNode&, int version);
protected:
XMLNode& state ();