cut precision

This commit is contained in:
Felix Roos 2022-09-21 22:47:16 +02:00
parent 8d5682deb0
commit 7f6940f3a5

View file

@ -280,7 +280,7 @@ Pattern.prototype.out = function () {
bufferSource.start(t, offset); bufferSource.start(t, offset);
if (cut !== undefined) { if (cut !== undefined) {
cutGroups[cut]?.stop(); // fade out? cutGroups[cut]?.stop(t); // fade out?
cutGroups[cut] = bufferSource; cutGroups[cut] = bufferSource;
} }
chain.push(bufferSource); chain.push(bufferSource);