mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
format
This commit is contained in:
@@ -27,7 +27,7 @@ const getFrequencyFromValue = (value) => {
|
||||
};
|
||||
function destroyAudioWorkletNode(node) {
|
||||
if (node == null) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
node.disconnect();
|
||||
node.parameters.get('end')?.setValueAtTime(0, 0);
|
||||
|
||||
Reference in New Issue
Block a user