[PD] $0- question

IOhannes m zmoelnig zmoelnig at iem.at
Wed Apr 27 16:27:36 CEST 2005


Lazzaro Nicolò Ciccolella wrote:
> IOhannes m zmoelnig ha scritto:
>
> I need to change the last part of the variable name to obtain:
oh, is see....

> 
> [s $0-cnv_in_01_02]
> or
> [s $0-cnv_in_01_03]
> or
> [s $0-cnv_in_01_04]
> 

try something like

[0\
|
[makefilename %%d-cnv_in_01_%d]
|
[t b s]
|     |
[$0]  [set $1(
|     |
+-----+
|
[makefilename]
|
[; $1 vis_size 98(

you can stack several [makefilename]s via the "set"-message; (e.g. if 
you want to change the "in_01_" too)
"%%" is used for escaping "%".


mfg..asd
IOhannes




More information about the Pd-list mailing list