mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 07:08:30 +00:00
cut precision
This commit is contained in:
parent
8d5682deb0
commit
7f6940f3a5
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user