Skip to content

ScriptProcessorNode deprecation warnings #88

@gherkins

Description

@gherkins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions