summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OutputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/OutputPort.hpp')
-rw-r--r--src/libs/engine/OutputPort.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/engine/OutputPort.hpp b/src/libs/engine/OutputPort.hpp
index 0c2e0443..8f12d252 100644
--- a/src/libs/engine/OutputPort.hpp
+++ b/src/libs/engine/OutputPort.hpp
@@ -50,6 +50,7 @@ public:
{}
void pre_process(SampleCount nframes, FrameTime start, FrameTime end);
+ void process(ProcessContext& events, SampleCount nframes, FrameTime start, FrameTime end);
void post_process(SampleCount nframes, FrameTime start, FrameTime end);
virtual ~OutputPort() {}