diff options
Diffstat (limited to 'src/engine/OutputPort.hpp')
-rw-r--r-- | src/engine/OutputPort.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/OutputPort.hpp b/src/engine/OutputPort.hpp index 8fdd4b2e..b143ae32 100644 --- a/src/engine/OutputPort.hpp +++ b/src/engine/OutputPort.hpp @@ -46,7 +46,9 @@ public: uint32_t poly, Shared::PortType type, const Raul::Atom& value, - size_t buffer_size); + size_t buffer_size=0); + + void get_buffers(BufferFactory& bufs, Raul::Array<BufferFactory::Ref>* buffers, uint32_t poly); void pre_process(Context& context); void post_process(Context& context); |