diff options
Diffstat (limited to 'src/libs/engine/OutputPort.h')
-rw-r--r-- | src/libs/engine/OutputPort.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libs/engine/OutputPort.h b/src/libs/engine/OutputPort.h index 10118076..0e94be9f 100644 --- a/src/libs/engine/OutputPort.h +++ b/src/libs/engine/OutputPort.h @@ -49,6 +49,9 @@ public: : Port(parent, name, index, poly, type, buffer_size) {} + void pre_process(SampleCount nframes, FrameTime start, FrameTime end); + void post_process(SampleCount nframes, FrameTime start, FrameTime end); + virtual ~OutputPort() {} bool is_input() const { return false; } |