Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using a constant named URL causes p5.sound.js (v1.0.0) to crash #109

Open
kotobuki opened this issue May 11, 2020 · 0 comments
Open

Using a constant named URL causes p5.sound.js (v1.0.0) to crash #109

kotobuki opened this issue May 11, 2020 · 0 comments

Comments

@kotobuki
Copy link

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) 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. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant