UNPKG
p5.gibber.js
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Music and audio programming for p5.js
p5.gibber.js
/
test
/
sketch.js
7 lines
(6 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
setup
()
{ a = Sine( Line(
440
,
880
,
8
),
.1
) }
function
draw
()
{
//background( follow.getValue() * 255 )
}