( SynthDef(\recIn, { arg out = 0, bufnum = 0; var snd = SoundIn.ar(0,1); RecordBuf.ar(snd, bufnum, doneAction: Done.freeSelf, loop: 0); }).add; );