David F. Place wrote:
I would like to have some tables that are local to a patch. Although
I can make [table $0-foo 100], I can't figure any way to send it
messages.
"message to table" | [s $0-foo]
???
(the [s $0-foo] must be in the same file, because of the nature of $0)
Also, why don't tables have an inlet so you can send them messages directly? If they did, I could just write
[r $0-foo] | [table 100]
which seems more in the style of everything else.
Would be handy, I must admit.
Cheers, David