We are about to switch to a new forum software. Until then we have removed the registration on this forum.
var mic;
function setup() {
createCanvas(710, 200);
mic = new p5.AudioIn();
mic.start();
}
function draw() {
background(200);
Random ()
var vol = mic.getLevel();
fill(127);
stroke(0);
Answers
@blank1000 -- re:
That isn't a question.
What do you mean "mix it together without clapping"? Describe what you are trying to do. Now, when you say "you couldn't" -- what isn't working? What errors or bad behavior do you get?