summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-04-15 00:28:29 +0000
committerCarl Hetherington <carl@carlh.net>2011-04-15 00:28:29 +0000
commit1cc5a1829bd2b2fcee956b76d8065bfb68c1adc3 (patch)
tree2c7cdeccae488c4b4ab066ccd71ddf1b01ebf870 /libs/ardour/ardour/route.h
parent852232ad279b1436d3fd075a745c262334c172f8 (diff)
Fix 'make new plugins active' configure option (#3975).
git-svn-id: svn://localhost/ardour2/branches/3.0@9351 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index ce777171b8..8f2baa18f9 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -235,7 +235,7 @@ class Route : public SessionObject, public Automatable, public RouteGroupMember,
ChanCount count; ///< Input requested of processor
};
- int add_processor (boost::shared_ptr<Processor>, Placement placement, ProcessorStreams* err = 0);
+ int add_processor (boost::shared_ptr<Processor>, Placement placement, ProcessorStreams* err = 0, bool activation_allowed = true);
int add_processor (boost::shared_ptr<Processor>, ProcessorList::iterator iter, ProcessorStreams* err = 0, bool activation_allowed = true);
int add_processors (const ProcessorList&, boost::shared_ptr<Processor> before, ProcessorStreams* err = 0);
int remove_processor (boost::shared_ptr<Processor>, ProcessorStreams* err = 0);