Re: [PD] float and symbol as abstraction arguments

2007-04-04 Thread Alexandre Quessy
Other option : try [dollarg] !

a


2007/4/1, Frank Barknecht [EMAIL PROTECTED]:
 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



-- 
Alexandre Quessy
http://alexandre.quessy.net
http://www.puredata.info/Members/aalex

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] float and symbol as abstraction arguments

2007-04-04 Thread Peter Plessas
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 [EMAIL PROTECTED]:
 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

 
 

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] float and symbol as abstraction arguments

2007-04-01 Thread Frank Barknecht
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


[PD] float and symbol as abstraction arguments

2007-03-31 Thread Peter Plessas
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


Re: [PD] float and symbol as abstraction arguments

2007-03-31 Thread Hans-Christoph Steiner

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





___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] float and symbol as abstraction arguments

2007-03-31 Thread Peter Plessas
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
 
 
 
 

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list