[PD] add message argument

stm_sq^n stm-sq at bleu255.com
Mon Jun 30 23:27:28 CEST 2003


Hello juto,


ja> is there a possibility in Pd to add a variable to a message, without
ja> adding a space in between?
ja> (i try to save different versions of a changing array)

sure,
use [makefilename ] from the Zexy lib
(ftp://ftp.iem.at/pd/Externals/ZEXY/)

here is your fixed patch:

#N canvas 490 212 669 513 10;
#X obj 342 191 table tosave 50;
#X msg 103 178 \; tosave write name74.txt;
#X obj 42 149 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X floatatom 103 29 5 0 0 0 - - -;
#X text 14 133 save button;
#X text 144 27 file version number;
#X msg 103 104 set \, add \, add2 tosave write \$1;
#X obj 103 75 makefilename name%d.txt;
#X text 109 231 impossible to get a continuous name HELP! *FIXED* :p
;
#X connect 2 0 1 0;
#X connect 3 0 7 0;
#X connect 6 0 1 0;
#X connect 7 0 6 0;






More information about the Pd-list mailing list