-
Σελίδες
Κατηγορίες
-
Meta
-
RSS Links
Daily Archives: Φεβρουαρίου 2nd, 2008
The script we tried with dakis+alex
02-Φεβ-08/* (IZ 2007-10-27) {
Play a selected buffer with single - shot playbuf SynthDef, triggering it multiple times at random interval and random rates, random starting point and random duration, within controllable range parameters.
b = Buffer.read(Server.local, "./sounds/a11wlk01.wav");
(
a = SynthDef("playbuf_segment", { |
out = 0,
bufnum = 0,
startPos = 0,
duration = 1,
rate = 1,
amp […]