> Write code. Make music.
> An interactive playground for sonic experimentation.
<!-- Grace Jordan Ad Network -->
1. Click inside the black window above to activate audio.
2. Press Ctrl + Enter to run the code.
3. Copy snippets from the right sidebar and paste them into the editor to change the
sound.
s("bd sd, hh*4")
.bank("rolandtr909")
.room(0.5)
stack(
s("bd:2(3,8)"),
s("sd:1(3,8,2)")
).bank("rolandtr808")
.speed(0.9)
note("a3 c4 e4 g4")
.arpeggiate()
.s("sawtooth")
.lpf(500).lpenv(1000)
.delay(0.5)
<!-- Ad Space -->