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.

15 lines
237 B
Plaintext

s = Server.default;
s.reboot
(
b = Buffer.read(s,"/Users/owen/Desktop/denoise_stn/sources/01-mix.wav");
h = Buffer.new(s,0,1);
n = Buffer.new(s,0,1);
)
Buffer.new(s)
FluidBufSines.process(s,b,0,1-1,0,-1,h,n,15,0.2)
n.play;
h.play;