diff --git a/packages/webaudio/webaudio.mjs b/packages/webaudio/webaudio.mjs index c316f3c1..17563bba 100644 --- a/packages/webaudio/webaudio.mjs +++ b/packages/webaudio/webaudio.mjs @@ -280,7 +280,7 @@ Pattern.prototype.out = function () { bufferSource.start(t, offset); if (cut !== undefined) { - cutGroups[cut]?.stop(); // fade out? + cutGroups[cut]?.stop(t); // fade out? cutGroups[cut] = bufferSource; } chain.push(bufferSource);