Some FX-Types rely on the deprecated ScriptProcessorNode and will produce the following console warning > The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. Happens for example with FX-Types `Chorus`, `Phaser`, `Tremolo` & `WahWah` because of: https://github.com/Theodeus/tuna/search?q=createScriptProcessor see https://developer.mozilla.org/en-US/docs/Web/API/ScriptProcessorNode https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createScriptProcessor https://stackoverflow.com/questions/48874118/porting-scriptprocessor-based-application-to-audioworklet
Some FX-Types rely on the deprecated ScriptProcessorNode and will produce the following console warning
Happens for example with FX-Types
Chorus,Phaser,Tremolo&WahWahbecause of: https://github.com/Theodeus/tuna/search?q=createScriptProcessor
see
https://developer.mozilla.org/en-US/docs/Web/API/ScriptProcessorNode
https://developer.mozilla.org/en-US/docs/Web/API/BaseAudioContext/createScriptProcessor
https://stackoverflow.com/questions/48874118/porting-scriptprocessor-based-application-to-audioworklet