beepbox icon indicating copy to clipboard operation
beepbox copied to clipboard

Deprecation of ScriptProcessorNode

Open jacklehamster opened this issue 2 years ago • 1 comments

There's a deprecation message for synth.ts on Chrome browser: [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)

Is that something that can be addressed?

jacklehamster avatar Mar 11 '23 16:03 jacklehamster

I should fix this eventually, but it won't be easy. AudioWorkletNode requires separate JavaScript execution environments for the synth and the UI, which would make it a lot harder for the editor interface to interact with the synth code.

johnnesky avatar Mar 12 '23 01:03 johnnesky