Minim For loop play();

edited November 2015 in Library Questions

Hello Everyone,

I have a simple for loop that plays different sounds using minim. However it does not finish an iteration thru the loop until it is done playing the mp3 file. Is there anyway to do the next iteration while the before mp3 file is still playing? Like go to the next iteration right after the play() function starts?

Sign In or Register to comment.