[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] DiskOut frame index? (bug in DiskOut?)



shouldn't this:
On Jun 17, 2009, at 12:28 PM, nescivi wrote:

// this will record to the disk
SynthDef("helpdiskout2", {arg bufnum;
DiskOut.ar(bufnum, In.ar(0,1));
}).send(s);


be

// this will record to the disk
SynthDef("helpdiskout2", {arg bufnum;
DiskOut.ar(bufnum, In.ar(0,2));
}).send(s);

since you are allocating a two channel Buffer?

Josh

******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/

“Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono
*/


_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/