propagate releaseAudioNode in packages
This commit is contained in:
parent
c7586e96ff
commit
f6f507dd29
6 changed files with 27 additions and 27 deletions
|
|
@ -320,10 +320,10 @@ export async function onTriggerSynth(t, value, onended, tables, cps, frameLen) {
|
|||
ac,
|
||||
() => {
|
||||
releaseAudioNode(source);
|
||||
vibratoOscillator?.stop();
|
||||
releaseAudioNode(vibratoOscillator);
|
||||
fm?.stop();
|
||||
wtPosModulators?.disconnect();
|
||||
wtWarpModulators?.disconnect();
|
||||
releaseAudioNode(wtPosModulators);
|
||||
releaseAudioNode(wtWarpModulators);
|
||||
onended();
|
||||
},
|
||||
t,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue