We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to load sound for the first time on p5.js, and have entered this code:
function preload() { mySound = loadSound('yourmailboxisfull.wav'); }
However, my computer doesn't seem to be recognizing this and other sound-oriented commands. I recently downloaded the complete p5 library to my computer.... is there anything else I forgot to do before trying to code with sound?
Answers
does the example work?
https://p5js.org/reference/#/p5.SoundFile
what kind of computer?
I'm working on a MacBook Pro. And no, the example from the Reference Page is not working.
Does the example work?
moved here:
https://forum.processing.org/two/discussion/18092/loading-sound-my-p5-js-doesn-t-recognize-the-loadsound-command
closing
"Does the example work?"
[Rejected Answer]...