Re: Bus allocation
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAEBNZeDWAh8EYnbKw66HEJ1-L6sF=1pFQQr+rwns+5hWNmwhRw@mail.gmail.com> |
Are you sure your local server is your default server (assigned to s)?
It is for me, so in that example I can allocate 16384 buses.
To be sure, I'd write it like this:
Server.default.options.numControlBusChannels_(16384);
Server.default.reboot;
1000.do{Bus.control(s).postln;}
On Fri, Mar 5, 2021 at 9:22 PM <[email protected]> wrote:
> Does anyone else have this issue? When I boot the server with a specific
> control bus allocation, I actually can only allocate the number of busses
> specified divided by 2**3. So, here I can only allocate 2048 busses:
>
> Server.local.options.numControlBusChannels_(16384);
> s.reboot;
> 1000.do{Bus.control(s).postln;}
> _______________________________________________
> sc-users mailing list
>
> info (subscription, etc.):
> http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
>