Skip to content

Instantly share code, notes, and snippets.

@cannorin
Created November 9, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cannorin/be6aae45b33f0339179fa58c31ee6a63 to your computer and use it in GitHub Desktop.
Save cannorin/be6aae45b33f0339179fa58c31ee6a63 to your computer and use it in GitHub Desktop.
setcps ((192 / 60) / 4)
hush
kick =
sound "909"
# up (-2)
# shape 0.8
# lpf 5000
# cut 0
# gain 1
bass =
sound "supersaw"
# crush 4
# up (-30.1)
# shape 0.6
# gain 1.15
# delay 0.2
# delaytime 0.04
# delayfeedback 0.5
# orbit 2
# resonance 0
# cut 0
d1 $ n "[cc]*2"
# sound "909"
# shape 0.8
# up 0
# lpf 7000
d2 $ n "[ [c~]*6 ]*2"
# sound "supersaw"
# crush 4
# up (-19)
# gain 0.93
# shape 0.5
# resonance 0
# cut 0
d3 $ n "[ ~ c ]*2"
# sound "sd"
d1 silence
d2 silence
d3 silence
hihat =
sound "808oh"
# cut 1
# crush 6
# shape 0.2
# up (-0.5)
# gain 0.75
# cut 2
snare =
sound "sd"
# gain 1.1
# shape 0.3
# up (-2)
# cut 3
d1 $ stack [
n "[~ ~ c ~]*2" # snare # hpf 2000,
-- n "[c ~ c c]*4" # hihat,
n "[~ c] * 4" # bass,
n "[c c] * 2" # kick # gain 1.0,
-- n "[c___]/4" # sound "cc" # gain 0.95,
n ""
]
d1 $ stack [
n "[~ c ~ c]*2" # snare,
n "[~ c] * 4" # bass,
n "[<c c c c*2> c <c c c [c~cc]> <c c*2 c c*2>]" # kick # up (35) # lpf 3000 # shape 0.99 # gain 0.9,
n "[c c] * 2" # kick # hpf 0 # lpf 1000,
-- n "[~ c] * 4" # sound "hoover" # up (3 * rand) # crush 4,
n ""
]
d1 $ stack [
n "[~ ~ c ~]*2" # snare,
n "[c ~ c c]*4" # hihat,
-- "[~ c] * 4" # bass,
-- n "[c_~~]/4" # bass,
-- n "[c ~ c ~]*2" # kick,
n ""
]
hush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment