summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/io_processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/io_processor.h')
-rw-r--r--libs/ardour/ardour/io_processor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ardour/ardour/io_processor.h b/libs/ardour/ardour/io_processor.h
index 14d88d6b44..430f54d46d 100644
--- a/libs/ardour/ardour/io_processor.h
+++ b/libs/ardour/ardour/io_processor.h
@@ -37,6 +37,7 @@ namespace ARDOUR {
class Session;
class IO;
+class Route;
/** A mixer strip element (Processor) with 1 or 2 IO elements.
*/
@@ -66,6 +67,8 @@ class IOProcessor : public Processor
void silence (nframes_t nframes);
+ virtual bool feeds (boost::shared_ptr<Route> other) const;
+
sigc::signal<void,IOProcessor*,bool> AutomationPlaybackChanged;
sigc::signal<void,IOProcessor*,uint32_t> AutomationChanged;