You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scd/granular test.scd

19 lines
198 B
Plaintext

b = Buffer.read(s, "/home/lcoogan/snd/samples/church hill tunnel/owoah.wav");
b.play;
(
{
var sig;
sig = GrainBuf.ar(
1,
Impulse.ar(10),
0.09,
b,
1,
0.2,
2,
0,
512,
);
}.play
)