This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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) |