Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Pdef(\association,Pchain(
  2. Pbind(\instrument,\association,
  3. \dur,1/32,
  4. \amp,1,
  5. \rel,0.01,
  6. \tu,Pseq((2000..1000),inf),
  7. \freq,16000,
  8. \isRest,0,
  9. \pos,Prand([1,-1],inf),
  10. \out,2
  11. ),
  12.  
  13. Pbind(\lag,Pseq([0.015,0.020,0.030,0.040,0.030,0.020,0.015,0.5],inf),\dur,0.30)
  14. )).play;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement