Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (
- p = Pbind(
- \instrument, \blip,
- \dur, 0.25,
- \degree, Pfunc({ ~note * rrand(1, 30) }).asStream,
- \rel, 0.2,
- \pan, Pfunc({ [-1, 1].choose }).asStream,
- ).trace.play(t);
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement