We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I made a custom button here that should play an audio file when you press it. It should also change the cursor type on mouse hover too but none of it work when I run this in JavaScript.
http://www.openprocessing.org/sketch/192964
The version on OpenProcessing does nothing and running it in JavaScript locally does nothing. It otherwise works perfectly fine in Java.
Answers
Minim is a Java library, not JS'! [-X
Crossposted: http://stackoverflow.com/questions/29482805/button-not-working-in-processing-with-web-export
Okay, so is there a way to get Minim to work in JS or some other sound library I can use?
I've already posted a few resources at your crosspost.