This page embeds the official Strudel.js REPL from strudel.tidalcycles.org. It's a fully functional live coding environment for creating music in the browser.
Shift+Enter to evaluate a patternEscape to stop all soundDrums: s("bd sd hh cp")
Melody:
note("0 2 4 7").scale("major")
Combined:
s("bd sd").note("0 4").scale("minor")
.slow(2) to slow down patterns.fast(2) to speed up patterns[] create polyrhythms