cut precision

This commit is contained in:
Felix Roos
2022-09-21 22:47:16 +02:00
parent 8d5682deb0
commit 7f6940f3a5
+1 -1
View File
@@ -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);