| Newsgroups |
gmane.comp.audio.supercollider.user |
| Message-ID |
<[email protected]> |
> Not sure why that would change the number of available busses, but I trust there is a reason.
It's because the max. number of Node IDs, buffers and control/audio
busses on the Server are fixed, so each client gets a subset. The more
clients there are, the smaller the subset becomes.
Christof
On 07.03.2021 08:13, [email protected] wrote:
> Hah! That is it. I had changed the maxLogins when I was trying to send messages directly to the server from python.
>
> Not sure why that would change the number of available busses, but I trust there is a reason. The helpfile says at maxLogins " This is also used by the language to split ranges of Nodes, Buffers, or Busses.”
>
> Thanks Christof!
>
> Sam
>
>> On Mar 7, 2021, at 2:06 AM, [email protected] wrote:
>>
>>> 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/
>
> _______________________________________________
> 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/