Advertisement
konvas

Untitled

Mar 11th, 2019
2,632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (
  2. p = Pbind(
  3.     \instrument, \blip,
  4.     \dur, 0.25,
  5.     \degree, Pfunc({ ~note * rrand(1, 30) }).asStream,
  6.     \rel, 0.2,
  7.     \pan, Pfunc({ [-1, 1].choose }).asStream,
  8. ).trace.play(t);
  9. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement