summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/DuplexPort.hpp')
-rw-r--r--src/server/DuplexPort.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp
index adf32a88..a51c5f55 100644
--- a/src/server/DuplexPort.hpp
+++ b/src/server/DuplexPort.hpp
@@ -70,10 +70,10 @@ public:
bool apply_poly(RunContext& context, Raul::Maid& maid, uint32_t poly);
bool get_buffers(BufferFactory& bufs,
+ PortImpl::GetFn get,
Raul::Array<Voice>* voices,
uint32_t poly,
- bool real_time) const;
-
+ size_t num_in_arcs) const;
virtual void set_is_driver_port(BufferFactory& bufs);
@@ -84,6 +84,8 @@ public:
*/
void set_driver_buffer(void* buf, uint32_t capacity);
+ bool setup_buffers(RunContext& ctx, BufferFactory& bufs, uint32_t poly) override;
+
void pre_process(RunContext& context);
void post_process(RunContext& context);