// Click PLAY ‶ and start remixing!
setcps(1.4) // Tempo: Try 0.8 (for slower) or 1.2 (for faster)
stack(
// MAIN MELODY - Try changing the numbers!
n("<8 0 5 3 3 9 21 10>"0>").scale('G4 minor')
.s("gm_electric_piano_1")
.gain(0.6),
// DRUMS - Change "bd hh sd hh" for different beats!
sound("bd hh sd hh"),
// BASS - Try different notes: "g2 d2 c2 g2"
note("a2 g2 h2 c2")
.s("gm_acoustic_bass")
.gain(1.1)
)
// Experiment! Try changing numbers, notes, or sounds above.
// When you're happy, click SHARE and submit your link!