Skip to content

Commit fd01d38

Browse files
committed
remove auto play
1 parent b998052 commit fd01d38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sketch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ function setup() {
2424
colorMode(HSB, 360, 100, 100, 1)
2525
rectMode(CENTER)
2626

27-
button = createButton('toggle')
27+
button = createButton('click to play')
2828
button.mousePressed(toggleSong)
29-
song.play()
29+
button.position(452,10)
3030

3131
fft = new p5.FFT(smoothing, binCount)
3232

0 commit comments

Comments
 (0)