Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation of ScriptProcessorNode #59

Open
jacklehamster opened this issue Mar 11, 2023 · 1 comment
Open

Deprecation of ScriptProcessorNode #59

jacklehamster opened this issue Mar 11, 2023 · 1 comment

Comments

@jacklehamster
Copy link

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?

@johnnesky
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants