I'm getting the following error while trying to load an array of .aif files using the minim library...
Exception in thread "Animation Thread" java.lang.NullPointerException
at Kitchen.mouseMoved(Kitchen.java:72)
at processing.core.PApplet.handleMouseEvent(PApplet.java:1620)
at processing.core.PApplet.dequeueMouseEvents(PApplet.java:1544)
at processing.core.PApplet.handleDraw(PApplet.java:1436)
at processing.core.PApplet.run(PApplet.java:1327)
at java.lang.Thread.run(Thread.java:655)