Hi all,
for writing an abstraction i need a mechanism not using externals if possible, to get the content of an $1-argument inside an abstraction which can be of ANY type, i.e. float and symbol.
I already tried the iem_anything, dollarg, etc. Is this possible without externals?
thanks for any help!
lgPP
Check out any_argument.pd (abstractions/purepd/any_argument.pd).
.hc
On Mar 31, 2007, at 4:48 PM, Peter Plessas wrote:
Hi all,
for writing an abstraction i need a mechanism not using externals if possible, to get the content of an $1-argument inside an abstraction which can be of ANY type, i.e. float and symbol.
I already tried the iem_anything, dollarg, etc. Is this possible without externals?
thanks for any help!
lgPP
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
All information should be free. - the hacker ethic
Hi Hans,
Thanks, that is what i was looking for!
lgPP
Hans-Christoph Steiner wrote:
Check out any_argument.pd (abstractions/purepd/any_argument.pd).
.hc
On Mar 31, 2007, at 4:48 PM, Peter Plessas wrote:
Hi all,
for writing an abstraction i need a mechanism not using externals if possible, to get the content of an $1-argument inside an abstraction which can be of ANY type, i.e. float and symbol.
I already tried the iem_anything, dollarg, etc. Is this possible without externals?
thanks for any help!
lgPP
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
All information should be free. - the hacker ethic
Hallo, Peter Plessas hat gesagt: // Peter Plessas wrote:
for writing an abstraction i need a mechanism not using externals if possible, to get the content of an $1-argument inside an abstraction which can be of ANY type, i.e. float and symbol.
[list append $1]
Frank Barknecht _ ______footils.org_ __goto10.org__
Other option : try [dollarg] !
a
2007/4/1, Frank Barknecht fbar@footils.org:
Hallo, Peter Plessas hat gesagt: // Peter Plessas wrote:
for writing an abstraction i need a mechanism not using externals if possible, to get the content of an $1-argument inside an abstraction which can be of ANY type, i.e. float and symbol.
[list append $1]
Ciao
Frank Barknecht _ ______footils.org_ __goto10.org__
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi,
i wanted to avoid externals, though i had a look at it before, and it's a nice thing though!
Frank's [list append $1] worked for me...
thanks!
Peter
Alexandre Quessy wrote:
Other option : try [dollarg] !
a
2007/4/1, Frank Barknecht fbar@footils.org:
Hallo, Peter Plessas hat gesagt: // Peter Plessas wrote:
for writing an abstraction i need a mechanism not using externals if possible, to get the content of an $1-argument inside an abstraction which can be of ANY type, i.e. float and symbol.
[list append $1]
Ciao
Frank Barknecht _ ______footils.org_ __goto10.org__
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list