[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] BufRd Looping?
Hello,
looping is controlled by the fourth argument in BufRd.ar
> BufRd.ar(1, b, LFSaw.ar(BufDur.ir(b).reciprocal, 1)
which is set to 1 = true
therefore looping is enabled
Richard
=================================
Richard Garrett <richard@xxxxxxxxxxxxxxxxx>
Sunday Dance http://www.sundaydance.co.uk/
> On 2 Jan 2019, at 12:04, sdiy-mz01@xxxxxxxxxxxxx wrote:
>
>
> Hi,
> as far as I understand the Help-page, this shouldn’t be looping:
>
> b = Buffer.read(s, Platform.resourceDir +/+ "sounds/a11wlk01.wav”);
> { BufRd.ar(1, b, LFSaw.ar(BufDur.ir(b).reciprocal, 1).range(0, BufFrames.ir(b)), 0, 1 ) }.play;
>
> But here it does. ( v3.10 / macos 10.12.6)
>
> What am I missing?
> Thanks, Michael.
>
>
>
> _______________________________________________
> sc-users mailing list
>
> info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
> archive: https://listarc.bham.ac.uk/marchives/sc-users/
> search: https://listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/