I'm totally new to processing and now need some help. I tried to fix it on my own but i have no clue what's going on.
My problem is, that i try to play a mp3 in my sketch, but it plays it in a very strange way. It's like it's starting it a lot of times in a distance of some milliseconds.
This is my code so far. I'm really tired and it needs to be finished soon. I really hope you can help me see what I have to fix there =)
Thank you in advance!
Eve
int amount = 100; int[] posX = new int[amount]; int[] posY = new int[amount]; int[] sizeX = new int[amount]; int[] sizeY = new int[amount];