Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. (
  2. ~littleEye = Pxrand([
  3. Pseq([8,8].reciprocal,2),
  4. Pseq([8,8,8].reciprocal*2/3,2),
  5. Pseq([16,16,16,16].reciprocal,2),
  6. ],inf)*4;
  7.  
  8. TempoClock.tempo = 88/60;
  9.  
  10. Pbind(
  11. \scale, Scale.minor,
  12. \root, -15,
  13. \degree, Prand((0..7),inf),
  14. \dur, ~littleEye
  15. ).play
  16. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement