mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-28 15:46:51 -04:00
cut precision
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user