You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2021. It is now read-only.
[Error] TypeError: audioCtx.createStereoPanner is not a function. (In 'audioCtx.createStereoPanner()', 'audioCtx.createStereoPanner' is undefined)
(anonymous function) (p5-accessibility.js:1922)
(anonymous function)
draw (about:srcdoc:65)
redraw (p5.min.js:9:19203)
(anonymous function) (p5-accessibility.js:1631)
(anonymous function) (p5-accessibility.js:1847)
(anonymous function) (p5-accessibility.js:1979)
(anonymous function) (p5.min.js:8:8386)
(anonymous function)
Because of #801 it only shows as Script error. (: line 0) on the editor's console, making this error essentially silent for most users. Only happens on Safari when accessibility is enabled.
Maybe this belongs over at p5.accessibility and I'll move it over if so, I have not tried the p5.accessibility on its own outside the web editor. Although it would be great if the error can be caught so that it doesn't halt execution in this case.