1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
#N canvas 0 31 450 300 10;
#X obj 123 115 ixprint;
#X msg 122 59 1 2 3;
#X obj 173 83 pointer;
#X msg 172 54 traverse pd-ixprint-help.pd \, bang;
#N canvas 397 200 494 287 META 0;
#X text 12 105 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch
to conform to the PDDP template for Pd version 0.42.;
#X text 12 65 INLET_0 anything;
#X text 12 5 KEYWORDS control deprecated;
#X text 12 25 LICENSE GPL v2;
#X text 12 45 DESCIPTION print with "print:";
#X text 12 85 AUTHOR jdl@xdv.org;
#X restore 396 272 pd META;
#X text 112 168 Deprecated: use [print -n];
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 2 0;
|