( SynthDef(\bufPlayer, {|out = 0, bufnum = 0 | Out.ar(out, PlayBuf.ar(1, bufnum, BufRateScale.kr(bufnum), loop: 1.0) ) }).add; );