<network> GRACE JORDAN STUDIOS
Studios Latino.Black Entertainment Tip_Jar
~/home / the code / live_code.strudel POWERED BY STRUDEL.CC

ALGORITHMIC AUDIO

> Write code. Make music.
> An interactive playground for sonic experimentation.

<!-- Grace Jordan Ad Network -->

How to use

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.

SNIPPET_LIBRARY
Basic House Beat
s("bd sd, hh*4")
.bank("rolandtr909")
.room(0.5)
Reggaeton Rhythm
stack(
  s("bd:2(3,8)"),
  s("sd:1(3,8,2)")
).bank("rolandtr808")
.speed(0.9)
Arpeggio Synth
note("a3 c4 e4 g4")
.arpeggiate()
.s("sawtooth")
.lpf(500).lpenv(1000)
.delay(0.5)

<!-- Ad Space -->

Code copied to clipboard!