We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi im new to using processing/java , just wondering if anyone can help me , i am using minim , and it would love any help/code on how to play an mp3 file from an array. Any help would be appreciated thanks.
Answers
dms91, I am doing a similar thing with the following code:
}
and playing the sounds after a key press with this code:
The image and sound files are in the data folder. The trouble I have with Minim is that if I press keys too quickly the player quits with a null exception.
Hope this helps.