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

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



On Wednesday 17 June 2009 15:38:59 Josh Parmenter wrote:
> 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?

Ah...
would be nice if it gave a warning for that. Failing silently is kind of a 
time waste.

sincerely,
Marije

_______________________________________________
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/