g200kg / webaudio-tinysynth

Light-weight GM mapped WebAudio-JavaScript Synthesizer Engine / MIDI Player
Apache License 2.0
229 stars 22 forks source link

Fixed the crash in setAudioContext() #9

Closed jazz-soft closed 5 years ago

jazz-soft commented 5 years ago

Had the following exception while trying to call setAudioContext() (in Chrome v.72): "Failed to execute 'disconnect' on 'AudioNode': the given AudioParam is not connected."

g200kg commented 5 years ago

It was not enough tested. Thank you :)