Live Coding Studio
Live Code Editor
Ready to drop some beats
Keyboard Shortcuts: Cmd/Ctrl + Enter = Play | Cmd/Ctrl + . = Stop

Basic Commands

sound("bd") Bass drum

sound("sd") Snare drum

sound("hh") Hi-hat

.fast(2) Double speed

.slow(2) Half speed

Effects

.gain(0.5) Volume 50%

.room(0.5) Add reverb

.delay(0.5) Echo effect

.lpf(1000) Low pass filter

.distort(0.5) Distortion

Notes & Melody

note("c4 e4 g4") Play notes

.s("piano") Piano sound

.s("sawtooth") Synth sound

stack(...) Layer patterns

.cpm(128) Set tempo (BPM)