summaryrefslogtreecommitdiffstats
path: root/src/engine/OutputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/OutputPort.hpp')
-rw-r--r--src/engine/OutputPort.hpp4
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);