We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everybody, I want to know how can I put a sound everytime that a key is pressed ? For instance "if(keyPressed){ if((key == 'z' )){ "play a sound" } ". :-/
Answers
Check out the examples shipped with Processing. There is precisely what you are looking for.
Thank you so much !!!!!!