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. 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.
Cheers, David
--o-------o-o-o---o-o-o--- David F. Place mailto:d@vidplace.com
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
Hallo, Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen wrote:
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.
There you go.
Frank Barknecht _ ______footils.org_ __goto10.org__
Claude Heiland-Allen wrote:
(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
Would be handy, I must admit.
tables _did_ have inlets until pd0.32 (or so, i don't want to check); they have disappeared since then, and i don't known why.
mfga.sdr IOhannes