Re: Bus allocation
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <[email protected]> |
> The > number of available busses is determined by "options.numBuffers / > maxNumClients" Ugh, that should be "options.numControlBusChannels / maxNumClients", of course. On 07.03.2021 01:52, [email protected] wrote: >> I actually can only allocate the number of busses specified divided >> by 2**3 > > What's the value of "s.options.maxLogins" and "s.maxNumClients"? The > number of available busses is determined by "options.numBuffers / > maxNumClients". Usually, maxNumClients is 1 (= single client), but maybe > you have accidentally kept a multi-client setup? > > On 06.03.2021 06:21, [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/ > > _______________________________________________ > 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/ _______________________________________________ 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/