summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/TypedPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/TypedPort.h')
-rw-r--r--src/libs/engine/TypedPort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/TypedPort.h b/src/libs/engine/TypedPort.h
index 4958269b..cf4c36a2 100644
--- a/src/libs/engine/TypedPort.h
+++ b/src/libs/engine/TypedPort.h
@@ -49,7 +49,7 @@ public:
Buffer<T>* buffer(size_t voice) const { return m_buffers.at(voice); }
- virtual void process(SampleCount nframes);
+ virtual void process(SampleCount nframes, FrameTime start, FrameTime end);
virtual void clear_buffers();
/** Used by drivers to prevent port from changing buffers */