Skip to content

Commit aa72c0c

Browse files
author
lauren mccarthy
committed
license
1 parent a3bc7ed commit aa72c0c

File tree

2 files changed

+473
-652
lines changed

2 files changed

+473
-652
lines changed

examples/addons/p5.dom/capture_audio/sketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ var capture;
33
function setup() {
44
createCanvas(390, 240);
55
capture = createCapture(AUDIO);
6-
console.log(capture)
76
}
87

98
function draw() {
109
background(255);
10+
1111
}

0 commit comments

Comments
 (0)