aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormescalinum <mescalinum@users.sourceforge.net>2009-09-03 10:31:42 +0000
committermescalinum <mescalinum@users.sourceforge.net>2009-09-03 10:31:42 +0000
commitccb9fc109b9e2218b0f69c23661dcd7ce4ead235 (patch)
tree66609a7f61d394a83f01050e5ae6c7254da901c4
parent525bb89c57bed484cdda1c63285f2b0dc601ea54 (diff)
add help patch for [bitmap]
svn path=/trunk/externals/tclpd/; revision=12206
-rw-r--r--bitmap-help.pd18
1 files changed, 18 insertions, 0 deletions
diff --git a/bitmap-help.pd b/bitmap-help.pd
new file mode 100644
index 0000000..10d5a17
--- /dev/null
+++ b/bitmap-help.pd
@@ -0,0 +1,18 @@
+#N canvas 570 333 463 455 10;
+#X obj 133 174 bitmap 15 8 8 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1
+0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 0 1 1 1 0 0 0 1 0 1 1 1 0 0 0 0 1 0 0
+0 1 0 1 1 0 0 0 0 0 1;
+#X obj 133 311 print out;
+#X msg 133 146 getrow \$1;
+#X obj 112 175 vradio 15 1 0 8 empty empty empty 0 -8 0 10 -262144
+-1 -1 3;
+#X obj 112 341 s \$0r;
+#X obj 133 118 r \$0r;
+#X text 36 19 [bitmap] - a two dimensional array of bits (toggles)
+;
+#X text 38 49 creation arguments [cellsize] [width] [height] ?[data
+...];
+#X connect 0 0 1 0;
+#X connect 2 0 0 0;
+#X connect 3 0 4 0;
+#X connect 5 0 2 0;