From f3546d49dbd2d673138387a87bc523c26dcece68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Sep 2016 15:21:25 +0200 Subject: Remove last vestiges of multiple run contexts --- src/server/OutputPort.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/OutputPort.hpp') diff --git a/src/server/OutputPort.hpp b/src/server/OutputPort.hpp index b76d6d88..68c79768 100644 --- a/src/server/OutputPort.hpp +++ b/src/server/OutputPort.hpp @@ -51,8 +51,8 @@ public: uint32_t poly, bool real_time) const; - void pre_process(Context& context); - void post_process(Context& context); + void pre_process(RunContext& context); + void post_process(RunContext& context); SampleCount next_value_offset(SampleCount offset, SampleCount end) const; void update_values(SampleCount offset, uint32_t voice); -- cgit v1.2.1