summaryrefslogtreecommitdiffstats
path: root/src/engine/DuplexPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/DuplexPort.hpp')
-rw-r--r--src/engine/DuplexPort.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/DuplexPort.hpp b/src/engine/DuplexPort.hpp
index a5963908..aab33c33 100644
--- a/src/engine/DuplexPort.hpp
+++ b/src/engine/DuplexPort.hpp
@@ -43,6 +43,7 @@ public:
NodeImpl* parent,
const std::string& name,
uint32_t index,
+ bool polyphonic,
uint32_t poly,
Shared::PortType type,
const Raul::Atom& value,
@@ -51,6 +52,8 @@ public:
virtual ~DuplexPort() {}
+ void get_buffers(BufferFactory& bufs, Raul::Array<BufferFactory::Ref>* buffers, uint32_t poly);
+
void pre_process(Context& context);
void post_process(Context& context);