random stuff in the works

i’m not in love - 10cc

setcpm(16)
let verse = chord("<A Am G#m7@0.5 G#7@0.5 C#m@0.7 C#m7@0.3>")
  .voicing()
  .room(6)
  .adsr(".1:.6:5:4")
  .delay(0.1)
  .release(5)
  .gain(0.4)
  .sound("piano")
  .lpf(400)
  .pan(sine) 
  ._pitchwheel()
  
let drums = s("<[bd bd bd bd]!2 [bd [bd@0.5 oh@0.5 oh@0.5 hh sd]*2]!4 >").bank("RhythmAce")
.room(0.5)
.sustain(3)
.lpf(600)
._punchcard()

stack(
  [verse],
  [drums]
)