diff options
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r-- | src/server/InputPort.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index d3bcd0be..7d0a1429 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -106,7 +106,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); size_t num_arcs() const { return _num_arcs; } ///< Pre-process thread void increment_num_arcs() { ++_num_arcs; } |