| Newsgroups |
gmane.comp.audio.supercollider.user |
| Message-ID |
<[email protected]> |
Ha, I would have never guessed this! The really confusing part was that
Poll.kr returns the 'in' argument, but SendTrig.kr returns '0.0' (=
nothing), so only the former would accidentally write to the Bus.
Thanks for resolving this mystery! :-)
Christof
On 07.03.2021 23:58, [email protected] wrote:
> On Sun, Mar 7, 2021 at 8:40 AM <[email protected]> wrote:
>> I can confirm this! I'm on Windows 7, SC 3.11.2.
>>
>> However, this seems to be only a bug with Poll. SendTrig, for example, reports the correct value.
>>
>> Quick reproducer:
>>
>> c = Bus(\control, 0, 1);
>>
>> c.set(0.5);
>>
>> { Poll.kr(1, In.kr(c), "c", 0) }.play;
> The synth is writing to the same bus that it's monitoring.
>
> This is such a common goof-up that, in my live setup, I allocate the
> first 1 or 2 control buses to use for... nothing, just in case I
> accidentally run a kr synth without specifying a bus.
>
> hjh
>
> _______________________________________________
> 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/