summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-05-25 18:10:01 +0200
committerRobin Gareus <robin@gareus.org>2014-05-25 19:43:45 +0200
commitad9c07482871df6f35c3f1b804ed94b1e7351886 (patch)
treed692bcffcc5d82572722219076503e2815d6f183 /libs/ardour/ardour/route.h
parent5b2da3caf70822fa71baff1c898f65567aecc7f8 (diff)
bounce to target number of channels
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 1132967ecf..9235ed32b6 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -476,6 +476,7 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou
bool for_export);
framecnt_t bounce_get_latency (boost::shared_ptr<Processor> endpoint, bool include_endpoint, bool for_export) const;
+ ChanCount bounce_get_output_streams (ChanCount &cc, boost::shared_ptr<Processor> endpoint, bool include_endpoint, bool for_export) const;
boost::shared_ptr<IO> _input;
boost::shared_ptr<IO> _output;