Hi,
I have recently started coding with Processing and the Minim library and now I'm stuck :(. I am currently trying to make a program that plays sounds consecutively with a certain amount of delay between each sound (Playing of the sounds are triggered by mousePressed()). I have tried Timers and the Thread.sleep(<num>) and both does not give me the result i'm looking for (as it lags the program). If anyone knows of another way to put a delay between sounds, please let me know :)
Thank you for reading
1