summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-26 12:50:24 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-26 12:50:24 +0000
commit0dbc0429a81bb10b558f83d66c5be098d287f293 (patch)
tree51f5f26155088d666a53e37f8b3d8c9cd8af1d26 /libs/ardour/io.cc
parentddb1f52352caa6d7322d46e71c51a551b519aaca (diff)
Comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@11070 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/io.cc')
-rw-r--r--libs/ardour/io.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc
index 24bc587c0d..aac2adf784 100644
--- a/libs/ardour/io.cc
+++ b/libs/ardour/io.cc
@@ -1548,7 +1548,9 @@ IO::connected_to (const string& str) const
return false;
}
-/** Caller must hold process lock */
+/** Call a processor's ::run() method, giving it our buffers
+ * Caller must hold process lock.
+ */
void
IO::process_input (boost::shared_ptr<Processor> proc, framepos_t start_frame, framepos_t end_frame, pframes_t nframes)
{