Association is not properly embeddable
[email protected] Mon, 3 Feb 2020 16:06:50 +0800
| Newsgroups | gmane.comp.audio.supercollider.devel |
|---|---|
| Message-ID | <CAFniQ7X17qg4XcE-T2z8V1jO-cKKADh8eFAyhdzftB3fV6o2fg@mail.gmail.com> |
Prand([1], 1).asStream.next
-> 1
Prand([\a -> 1], 1).asStream.next
-> [ (a -> 1) ]
An... array? Huh? There's no precedent for that among any ListPatterns.
In Association:
embedInStream { arg inval;
^inval.add(this).yield;
}
Again, the assumption that 'inval' will obviously be an Event. But it
isn't obviously always an Event.
Grr.
hjh
_______________________________________________
sc-dev 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-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/