hi list
ill try to put it another way: i have n osc~
s. every time i create an additional osc~, n=n+1. How
can I get this n from within pd?
Is it possible to analyze/scan the consistence of a patch?
thanx
daniel .
----- Original Message ----- From: "daniel kosenko" zvuk@linuxmail.org To: pdlist pd-list@iem.at Subject: [PD] distinguishing same objects/abstractions Date: Fri, 26 Aug 2005 02:30:42 +0100
hi list
I wonder if there was a way to distinguish the same objects/abstractions. Something like to be able to "read" from within pd, that the first osc~ was created first and another one secondly.
thanx in advance daniel .
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo!
i
ll try to put it another way: i have n osc~
s. every time i create an additional osc~, n=n+1. How can I get this n from within pd?
you can dynamically create the objects with messages or with the dyn external. Or you can of course simply store n with [value] and increment it if you make a new osc object ...
LG Georg