Skip to content

Instantly share code, notes, and snippets.

View digego's full-sized avatar

Andrew Sorensen digego

  • Brisbane, Australia
View GitHub Profile
(define root 52)
(define scale (pc:scale 4 'aeolian))
(define right-hand
(lambda (beat dur)
(play sampler
(pc:quantize (cosr (+ root 24) (cosr 5 3 1/2) 7/3) scale)
(cosr 80 20 7/3)
(* 2.0 dur))
(if (> (random) .6)