cut precision
This commit is contained in:
parent
8d5682deb0
commit
7f6940f3a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue