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
I created an example to illustrate a way to integrate the code snippet of Teachable Machine Pose Model and p5.js (with p5.sound.js) v1.0.0. I found that using URL crushes p5.sound.js (v1.0.0, no problem with v0.10.2) since URL is a browser default object that is attached to the window object (processing/p5.js#4532).
How about replacing URL with url in the code snippet to let novices (like me) away from this issue?
Anyway, thank you very much for providing the inspiring project. 😉
The text was updated successfully, but these errors were encountered:
Hi,
I created an example to illustrate a way to integrate the code snippet of Teachable Machine Pose Model and p5.js (with p5.sound.js) v1.0.0. I found that using
URL
crushes p5.sound.js (v1.0.0, no problem with v0.10.2) sinceURL
is a browser default object that is attached to thewindow
object (processing/p5.js#4532).How about replacing
URL
withurl
in the code snippet to let novices (like me) away from this issue?Anyway, thank you very much for providing the inspiring project. 😉
The text was updated successfully, but these errors were encountered: