We are about to switch to a new forum software. Until then we have removed the registration on this forum.
How to input a mp3 file on the code please ?
Read the sound library examples.
Yes, I tried this: import processing.sound.*; SoundFile file;
void setup() { size(640, 360); background(255);
file = new SoundFile(this, "Blue.mp3"); file.play(); }
void draw() { } but it don't work :/
Answers
Read the sound library examples.
Yes, I tried this: import processing.sound.*; SoundFile file;
void setup() { size(640, 360); background(255);
file = new SoundFile(this, "Blue.mp3"); file.play(); }
void draw() { } but it don't work :/