summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-12 11:06:35 +0200
committerRobin Gareus <robin@gareus.org>2016-04-12 11:06:35 +0200
commitf5e4d3b0326dfc95c0a513c79cb8b3d84ea37800 (patch)
tree3b88c275dbe1a789927c02f543350a6cc1bb703c /libs/ardour/ardour/route.h
parent7292989a5a6fa6e8a19ce1a5a0b72f537472d842 (diff)
NO-OP; document some more parameters.
Since headers only provide the declaration, function parameters need to be documented.
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 5cda2f0d59..56f7ccdc99 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -238,6 +238,7 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou
/* special processors */
boost::shared_ptr<InternalSend> monitor_send() const { return _monitor_send; }
+ /** the signal processorat at end of the processing chain which produces output */
boost::shared_ptr<Delivery> main_outs() const { return _main_outs; }
boost::shared_ptr<InternalReturn> internal_return() const { return _intreturn; }
boost::shared_ptr<MonitorProcessor> monitor_control() const { return _monitor_control; }