Skip to content

Instantly share code, notes, and snippets.

@CharStiles
Created February 14, 2026 00:41
Show Gist options
  • Select an option

  • Save CharStiles/ebabbc5f3a79e799212489045301e272 to your computer and use it in GitHub Desktop.

Select an option

Save CharStiles/ebabbc5f3a79e799212489045301e272 to your computer and use it in GitHub Desktop.
setcps(1)
$: s(“saw”).note("<F1 Eb1 G0 G1>")//.transpose("[0 0 0 0 0 5m 5m 5m 5m]".slow(5))
.fm(slider(3, 0, 3)).fmh("0.99, 1.01")//.sometimes(x=>x.euclidrot("<11 [9 8]>/4",16,"<2 3 4>")).ribbon(1,16)
.lpf(slider(163, 000, 1000))
.diode(1.3)
.compressor(-20).duckorbit(1)//._scope()
$: n("<0 1 2 3 4>*8").scale('G4 minor')
.s("gm_lead_6_voice")
.clip(sine.range(.2,.8).slow(8)).euclidrot(5,8,2)
.jux(rev)
.room(2)
.sometimes(add(note("12")))
.lpf(perlin.range(200,20000).slow(4))
$: sound("bd!2").bank("rolandmc303")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment