summaryrefslogtreecommitdiffstats
path: root/src/server/OutputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/OutputPort.hpp')
-rw-r--r--src/server/OutputPort.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/OutputPort.hpp b/src/server/OutputPort.hpp
index 24017059..79cb3762 100644
--- a/src/server/OutputPort.hpp
+++ b/src/server/OutputPort.hpp
@@ -55,7 +55,7 @@ public:
void post_process(Context& context);
SampleCount next_value_offset(SampleCount offset, SampleCount end) const;
- void update_values(SampleCount offset);
+ void update_values(SampleCount offset, uint32_t voice);
bool is_input() const { return false; }
bool is_output() const { return true; }