diff options
Diffstat (limited to 'src/server/ArcImpl.hpp')
-rw-r--r-- | src/server/ArcImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ArcImpl.hpp b/src/server/ArcImpl.hpp index 9ea103a5..63ed8430 100644 --- a/src/server/ArcImpl.hpp +++ b/src/server/ArcImpl.hpp @@ -67,7 +67,7 @@ public: * buffer, and will return accordingly (e.g. the same buffer for every * voice in a mono->poly arc). */ - BufferRef buffer(uint32_t voice) const; + BufferRef buffer(uint32_t voice, SampleCount offset=0) const; /** Whether this arc must mix down voices into a local buffer */ bool must_mix() const; |