Accept non-instanciated nodes for better developer experience

This commit is contained in:
jeromew 2025-12-01 20:43:55 +00:00
parent 68b1cb87ca
commit af7855402f
2 changed files with 3 additions and 1 deletions

View file

@ -343,7 +343,7 @@ export function registerSynthSounds() {
ac,
() => {
releaseAudioNode(o);
lfo && releaseAudioNode(lfo);
releaseAudioNode(lfo);
onended();
fm?.stop();
vibratoOscillator?.stop();