summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/InputPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/InputPort.h')
-rw-r--r--src/libs/engine/InputPort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/InputPort.h b/src/libs/engine/InputPort.h
index 39632cee..8360fd3e 100644
--- a/src/libs/engine/InputPort.h
+++ b/src/libs/engine/InputPort.h
@@ -55,7 +55,7 @@ public:
const List<TypedConnection<T>*>& connections() { return m_connections; }
- void process(SampleCount nframes);
+ void process(SampleCount nframes, FrameTime start, FrameTime end);
bool is_connected() const { return (m_connections.size() > 0); }
bool is_connected_to(const OutputPort<T>* const port) const;