Skip to content

Instantly share code, notes, and snippets.

@salvatorecapolupo
Last active March 6, 2026 19:48
Show Gist options
  • Select an option

  • Save salvatorecapolupo/487440985827198200173f2da2dbddd6 to your computer and use it in GitHub Desktop.

Select an option

Save salvatorecapolupo/487440985827198200173f2da2dbddd6 to your computer and use it in GitHub Desktop.
// 1. the clock
setcpm(120)
s("casio").n("<1 3>")
// 2. order is not relevant
s("wind").n("<0 1>")
// same as
//n("<0 1>").s("wind")
//3. basic synthwave
setcpm(90/4)
$kick: s("bd!4:6")._scope()//.duckorbit(2).duckattack(.25)
$sd: s("- sd:4 - sd:4")
$thebass: n("<a1 a2 a2 a2 a1 c3 a2>*16").s("supersaw").scale("A:minor")
$thechords: chord("<Am F Dm@2>*2").s("gm_synth_bass_1").voicing().gain(.4).orbit(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment