diff --git a/src/core/SamplePlayHandle.cpp b/src/core/SamplePlayHandle.cpp index 5e3a4c37e..14958904b 100644 --- a/src/core/SamplePlayHandle.cpp +++ b/src/core/SamplePlayHandle.cpp @@ -111,7 +111,7 @@ void SamplePlayHandle::play( sampleFrame * buffer ) // apply offset for the first period if( framesDone() == 0 ) { - buffer += offset(); + workingBuffer += offset(); frames -= offset(); }