Accept non-instanciated nodes for better developer experience
This commit is contained in:
parent
68b1cb87ca
commit
af7855402f
2 changed files with 3 additions and 1 deletions
|
|
@ -343,7 +343,7 @@ export function registerSynthSounds() {
|
|||
ac,
|
||||
() => {
|
||||
releaseAudioNode(o);
|
||||
lfo && releaseAudioNode(lfo);
|
||||
releaseAudioNode(lfo);
|
||||
onended();
|
||||
fm?.stop();
|
||||
vibratoOscillator?.stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue