We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
looping problems (Read 505 times)
looping problems
Jun 17th, 2009, 2:46pm
 
Hi,

i have a problem with a sound loop.

this is my code:

AudioSnippet kick7;
kick7 = minim.loadSnippet("spielmusik.mp3");

kick7.loop(5);

i thought the loop command would play the sound file and loop it but it dont do anything.


if i try the play(); command it works but i cant get it to loop

what did i done wrong?

Page Index Toggle Pages: 1