mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-10 05:08:30 +00:00
format
This commit is contained in:
parent
98346261ed
commit
440ce0cd3b
@ -27,7 +27,7 @@ const getFrequencyFromValue = (value) => {
|
||||
};
|
||||
function destroyAudioWorkletNode(node) {
|
||||
if (node == null) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
node.disconnect();
|
||||
node.parameters.get('end')?.setValueAtTime(0, 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user