resetCycles

do
setcps (90/60/4)
d1 -- Kick irregulier
  $ whenmod 32 16 (# lpf (slow 16 $ range 5000 50 saw))
  $ whenmod 16 10 (mask "<f t!3> f!3")
  $ whenmod 8 7 (fast 2)
  $ "k . <k ~> <~ k k> ~  k" # "jazz" # gain 0.75
d2 -- Breakbeat
  $ slice 8 (
    whenmod 64 48 (>| "4 <4 ~> 4 <5 7 5 [5,7]>*<1!3 2>") $ -- Attente claps
    whenmod 32 16 (iter 4) $ -- Variations
    whenmod 16 12 (>| "0 2(<3 1>,8) <~ 4> 3*4") $ -- Attente
    "0 1 <0 2!3> [3|0] <4 4 5 4> 5 6 7"
  )
  $ "fbreak100:8" # cut 2 # gain 0.5
d5 -- Piano fixme rythme hasardeux
  $ whenmod 8 0 ((|+ note 2) . ply 2 . (mask "t f!3"))
  $ "fpiano:12" # cut 5 # gain 0.65