Hi.
I'm fairly new to processing and have just (almost) finished a game, a sort of street fighting game. But I have two last questions about using audio (minim).
1. I have background music that i want to loop. I use the AudioPlayer (minim library) and a couple of times I pause it and put it back on later. I would like it to loop when the music is finished AND start from the beginning when the game is finished and the main menu gets back on screen. I've tried something with audio position but can't get it to work.
2. Just a general question about closing AudioPlayer or the minim library. It seems like its just three lines of code or something. But is it necessary AND if so, where do I put it - in the very end of the code?
Hope anyone can help and thanks in advance!