Sound file does not loop

edited July 2016 in Library Questions

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

Tagged:

Answers

  • Try to add an empty draw () function

    Try loop Without Parameters?

Sign In or Register to comment.