On Wed, Dec 11, 2013 at 8:52 AM, Kjetil Matheussen k.s.matheussen@gmail.com wrote:
On Wed, Dec 11, 2013 at 3:55 AM, Miller Puckette msp@ucsd.edu wrote:
I'm liking the idea of simply "localizing" symbols and the DSP chain more and more as I think about it... it's nice and self-contained and I think it would help things a lot from what I'm hearing.
Perhaps I misunderstand what you talk about, but for Radium, I think a shared symbol table could be better. Then you can share arrays and other things between instances. (And patch specific symbol names should be injected with $0 anyway.)
Oh, but for sending messages between instances, you would have to queue the messages, and then it starts to get complicated...