Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Sound file does not loop

$
0
0

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


Viewing all articles
Browse latest Browse all 2896

Trending Articles