Hi,
what's the current development state of drawsymbol? It is possible to
create a symbol within a struct, but I was looking for how to change/set
it. Is a [set struct symb] not yet implemented?
By the way, when trying to close the help patch of [set] pd crashes
constantly - doesn't matter which other patches might be open. But this
doesn't happen with other d-s objects. (my system specs are below)
joao
I noticed this too. You can add a scalar with a symbol for an element by sending a [pd-subpatch scalar bootycall 1 2 hooah 4( message, but I can't find a way to edit the symbol field without clearing and starting over. Anyone?
-Chuckk
On 7/18/06, João Miguel Pais jmmmpais@googlemail.com wrote:
Hi,
what's the current development state of drawsymbol? It is possible to create a symbol within a struct, but I was looking for how to change/set it. Is a [set struct symb] not yet implemented?
By the way, when trying to close the help patch of [set] pd crashes constantly - doesn't matter which other patches might be open. But this doesn't happen with other d-s objects. (my system specs are below)
joao
-- Lugostr. 14 79100 Freiburg i. Br. Deutschland +49 (0)761 7074997 jmmmpais@googlemail.com http://www.puredata.org/Members/jmmmp IBM Thinkpad R51, XP, Pd-Ext-0.39-2-t3
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
João Miguel Pais wrote:
Hi,
what's the current development state of drawsymbol? It is possible to create a symbol within a struct, but I was looking for how to change/set it. Is a [set struct symb] not yet implemented?
By the way, when trying to close the help patch of [set] pd crashes constantly - doesn't matter which other patches might be open. But this doesn't happen with other d-s objects. (my system specs are below)
joao
ola just [set -symbol bla s] should work, you must define "set" with the "-symbol", otherwise it can set only floats.
moRItz
On 8/3/06, moritz erstens@gmx.ch wrote:
João Miguel Pais wrote: ola just [set -symbol bla s] should work, you must define "set" with the "-symbol", otherwise it can set only floats.
Awesome. Thanks.