We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to simply loop a 10 minute sound file in a sketch but it plays just once and then stops. Any clue/help?
void setup () { water = new SoundFile(this, "Final_mix.wav"); water.loop(.73, 0, 1.0, 0, 0 );
}
marcovvv
Answers
Try to add an empty draw () function
Try loop Without Parameters?