OfekGiv
Results
1
issues of
OfekGiv
I'm having an issue running this simple code as it says: ClassNotFoundException: processing.sound.SoundFile import processing.sound.*; SoundFile file; void setup(){ size(800,800); background(255); file = new SoundFile (this,"BuzzerEffect.wav"); file.play(); } void draw(){...
more info needed