We are about to switch to a new forum software. Until then we have removed the registration on this forum.
What I mean is when I open my program it the song immediately starts from the beginning but what I need it to do is to start somewhere in the middle but I'm a little stuck on that. Here's my code for the song part...
import ddf.minim.*; Minim minim; AudioPlayer song;
void setup(){ minim = new Minim(this); song = minim.loadFile("uabbsong.mp3"); song.play(); }
Answers
isn't that the cue command or something? assign it a random number
http://code.Compartmental.net/minim/audioplayer_class_audioplayer.html