format
This commit is contained in:
parent
5aac042c80
commit
85835087ba
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ export async function onTriggerSample(t, value, onended, bank, resolveUrl) {
|
||||||
bufferSource.connect(envelope);
|
bufferSource.connect(envelope);
|
||||||
const out = ac.createGain(); // we need a separate gain for the cutgroups because firefox...
|
const out = ac.createGain(); // we need a separate gain for the cutgroups because firefox...
|
||||||
envelope.connect(out);
|
envelope.connect(out);
|
||||||
bufferSource.onended = function() {
|
bufferSource.onended = function () {
|
||||||
bufferSource.disconnect();
|
bufferSource.disconnect();
|
||||||
envelope.disconnect();
|
envelope.disconnect();
|
||||||
out.disconnect();
|
out.disconnect();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue