aboutsummaryrefslogtreecommitdiff
path: root/reference
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-02-25 17:22:27 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-02-25 17:22:27 +0000
commit1c04c1e8987499231dcb3c12f4a25d0eff6b0733 (patch)
treee7755621b0eb92d1890e4c81763de16e7f8d4185 /reference
parentcf933d29a663d0f61240a2546171faad1d69b4b2 (diff)
don't use [t a] as this will modify the messages
svn path=/trunk/externals/zexy/; revision=13192
Diffstat (limited to 'reference')
-rw-r--r--reference/rawprint-help.pd38
1 files changed, 24 insertions, 14 deletions
diff --git a/reference/rawprint-help.pd b/reference/rawprint-help.pd
index 5d50742..4d9f439 100644
--- a/reference/rawprint-help.pd
+++ b/reference/rawprint-help.pd
@@ -2,18 +2,28 @@
#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
+#X msg 194 64 1;
+#X msg 218 94 symbol bla;
+#X msg 229 131 list 4 2 crash;
+#X text 40 253 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;
+#X obj 194 222 rawprint raw;
+#X obj 318 223 print cooked;
+#X msg 259 154 gully;
+#X msg 354 152 symbol \$1;
+#X msg 354 130 symbol;
+#N canvas 0 0 450 300 nop 0;
+#X obj 75 51 inlet;
+#X obj 75 73 outlet;
+#X text 57 158 i don't use [trigger anything] here \, as this might
+do something to the messages.;
+#X connect 0 0 1 0;
+#X restore 194 200 pd nop;
+#X connect 3 0 12 0;
+#X connect 4 0 12 0;
+#X connect 5 0 12 0;
+#X connect 9 0 12 0;
+#X connect 10 0 12 0;
+#X connect 11 0 10 0;
+#X connect 12 0 7 0;
+#X connect 12 0 8 0;