aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-06 23:37:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-06 23:37:04 +0000
commitb856cce1b05ebe69e9afcb96040a138b5b8a28f9 (patch)
treead689468f91d20cab83d66d23e697ceed7e03c53
parentae924414f8e883f02a2b74b1cc7e8179961acced (diff)
updated for new click message
svn path=/trunk/; revision=4825
-rw-r--r--doc/TODO13
-rwxr-xr-xdoc/additional/pd-msg/1.msg_and_patch/3.1.motion.pd16
2 files changed, 21 insertions, 8 deletions
diff --git a/doc/TODO b/doc/TODO
index 4de5bfae..a6a3a767 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,3 +4,16 @@
- create Makefile for Pd-extended build system
- add pd-fileformat doc: http://student-kmt.hku.nl/%7Etjeerd/pd/pd_fileformat.html
+
+- replace [pddp] with "pddp" in all help files so that it doesn't cause bugs
+ with the pddp/pddp.pd meta file, and other things in the future. Here's a
+ pattern: sed -n 's|obj \([0-9]*\) \([0-9]*\) pddp;|msg \1 \2 pddp;|p' *.pd
+
+- add doc/pddp/about, help, etc. to doc/Makefile
+
+- mv doc/pddp/pddp.pd to doc/pddp/about/pddp-about.pd
+
+- add [symbol 1( and [1 ( test messages to the bottom right example in
+ [pd some odd cases of list handling] in
+ doc/pddp/all_about_lists_vs_anythings.pd
+
diff --git a/doc/additional/pd-msg/1.msg_and_patch/3.1.motion.pd b/doc/additional/pd-msg/1.msg_and_patch/3.1.motion.pd
index f281242f..3b23595c 100755
--- a/doc/additional/pd-msg/1.msg_and_patch/3.1.motion.pd
+++ b/doc/additional/pd-msg/1.msg_and_patch/3.1.motion.pd
@@ -1,9 +1,9 @@
-#N canvas 184 269 411 486 10;
+#N canvas 184 269 415 490 10;
#N canvas 654 338 332 294 testing 0;
#X obj 95 11 loadbang;
#X msg 95 36 0;
#X obj 12 37 random 127;
-#X floatatom 66 94 0 0 0;
+#X floatatom 66 94 0 0 0 0 - - -;
#X msg 12 11 bang;
#X connect 0 0 1 0;
#X connect 1 0 3 0;
@@ -13,18 +13,18 @@
#X obj 20 438 s pd-testing;
#X obj 89 247 pack f f;
#X text 8 54 Start here;
-#X floatatom 120 185 0 0 0;
-#X floatatom 89 186 0 0 0;
+#X floatatom 120 185 0 0 0 0 - - -;
+#X floatatom 89 186 0 0 0 0 - - -;
#X obj 100 219 t b f;
#X text 7 363 Stop here;
#X text 85 154 try this !!!;
#X text 9 9 This example will show you how to use the motion msg.;
-#X msg 20 101 click 15 15 0 0;
#X msg 89 271 motion \$1 \$2 0;
#X msg 20 390 motion 15 15 0 \, editmode 0 \, vis 0;
-#X msg 20 75 vis 1 \, editmode 1 \, click 5 5 0 0 \, mouseup 200 200
-0;
-#X connect 2 0 11 0;
+#X msg 20 101 click 15 15 0 0 0;
+#X msg 20 75 vis 1 \, editmode 1 \, click 5 5 0 0 0 \, mouseup 200
+200 0;
+#X connect 2 0 10 0;
#X connect 4 0 6 0;
#X connect 5 0 2 0;
#X connect 6 0 2 0;