diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-02-25 17:08:11 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-02-25 17:08:11 +0000 |
commit | b1dc3811bea3fdb76d9d7d85094bb546350f6b2a (patch) | |
tree | 9451d9099785d192b733ce8eb0ff98e3b43040f1 /reference | |
parent | 198e2d7ccfb9c7b8b7a5c274ab67973209e11836 (diff) |
added [rawprint], a [print] clone without all the fanciness
svn path=/trunk/externals/zexy/; revision=13190
Diffstat (limited to 'reference')
-rw-r--r-- | reference/rawprint-help.pd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/reference/rawprint-help.pd b/reference/rawprint-help.pd new file mode 100644 index 0000000..5d50742 --- /dev/null +++ b/reference/rawprint-help.pd @@ -0,0 +1,19 @@ +#N canvas 178 555 611 300 10; +#X text 303 9 part of zexy; +#X obj 34 32 rawprint; +#X text 104 34 print a message as raw as possible; +#X msg 51 61 1; +#X msg 75 91 symbol bla; +#X msg 86 128 list 4 2 crash; +#X text 40 233 this is similar to the built-in [print] but without +trying to hide things from you; +#X obj 51 177 t a a; +#X obj 51 199 rawprint raw; +#X obj 175 200 print cooked; +#X msg 116 151 gully; +#X connect 3 0 7 0; +#X connect 4 0 7 0; +#X connect 5 0 7 0; +#X connect 7 0 8 0; +#X connect 7 1 9 0; +#X connect 10 0 7 0; |