diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/msgfile.pd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/msgfile.pd b/examples/msgfile.pd index e41c0b3..5631435 100644 --- a/examples/msgfile.pd +++ b/examples/msgfile.pd @@ -146,13 +146,16 @@ files; #X msg 111 248 write /tmp/msgfile3.txt $$; #X text 331 238 on writing replace every occurence of $$ with a single $. This way you can write pd-patches which can handle arguments.; -#X msg 146 291 add #X obj f $$1; +#X msg 146 291 add #X obj f $\$1; +#X msg 92 130 read2 msgfile.txt; +#X text 264 131 read file and append it to the current buffer; #X connect 4 0 0 0; #X connect 5 0 0 0; #X connect 6 0 0 0; #X connect 7 0 0 0; #X connect 9 0 0 0; #X connect 11 0 0 0; +#X connect 12 0 0 0; #X restore 443 144 pd file-i/o; #N canvas 0 0 450 397 misc 0; #X obj 84 282 outlet; |