diff options
Diffstat (limited to 'src/libs/engine/OutputPort.hpp')
-rw-r--r-- | src/libs/engine/OutputPort.hpp | 1 |
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() {} |