summaryrefslogtreecommitdiffstats
path: root/src/server/PortImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PortImpl.cpp')
-rw-r--r--src/server/PortImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/PortImpl.cpp b/src/server/PortImpl.cpp
index 88d25f63..4f7c5d49 100644
--- a/src/server/PortImpl.cpp
+++ b/src/server/PortImpl.cpp
@@ -535,7 +535,7 @@ PortImpl::next_value_offset(SampleCount offset, SampleCount end) const
void
PortImpl::update_values(SampleCount offset, uint32_t voice)
{
- _voices->at(voice).buffer->update_value_buffer(offset);
+ buffer(voice)->update_value_buffer(offset);
}
void