all audio files are in the data folder of the sketch and the library is correctly imported. so..... can anyone point me in the direction of what is going wrong here
import ddf.minim.*;
//import ddf.minim.signals.*;
//import ddf.minim.analysis.*;
//import ddf.minim.effects.*;
Minim minim;
AudioPlayer blackwedding2;
AudioPlayer candle1;
AudioPlayer whitenoise;
AudioPlayer candle3low;
AudioPlayer dylancarson;
AudioPlayer dylanfadeout;
AudioPlayer dylancarsonfadein;
AudioPlayer dylancarsonwobble;
void setup() {
size(640,480);
minim = new Minim(this);
blackwedding2 = minim.loadFile("blackwedding2.wav");
it happens here.