aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2011-08-27 22:10:57 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2011-08-27 22:10:57 +0000
commite45542ef77e33095c5a2d7bcbb28912834e97986 (patch)
treef1559d168a910a3f2f5c7f8fcc23553dbc9f1e2a
parent0e850dfa1082de332f7a58bedb825579f5fc53cb (diff)
added pd META tags to help patches
svn path=/trunk/externals/aalex/; revision=15280
-rw-r--r--markov-machine-help.pd14
-rw-r--r--pcre-help.pd58
-rw-r--r--x11key-help.pd24
-rw-r--r--x11mouse-help.pd14
-rw-r--r--xmms-help.pd22
5 files changed, 89 insertions, 43 deletions
diff --git a/markov-machine-help.pd b/markov-machine-help.pd
index db02b44..25329b0 100644
--- a/markov-machine-help.pd
+++ b/markov-machine-help.pd
@@ -1,4 +1,4 @@
-#N canvas 290 25 528 547 10;
+#N canvas 1 53 528 547 10;
#X text 132 380 current state;
#X msg 221 149 size 4;
#X obj 138 111 t b b b b b;
@@ -39,6 +39,18 @@
using an adjacency matrix for storing probabilities to obtain every
other state next \, It can be illustrated as an oriented graph. Probabilities
are calculated on the sum of each numbers or every row.;
+#N canvas 345 236 494 251 META 0;
+#X text 12 175 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 45 DESCRIPTION weighted finite states machine using an adjacency
+matrix for storing probabilities to obtain every other state next;
+#X text 12 135 AUTHOR Alexandre Quessy;
+#X text 12 155 WEBSITE http://alexandre.quessy.net/;
+#X text 12 95 INLET_0 bang set next row content;
+#X text 12 115 OUTLET_0 float;
+#X text 12 5 KEYWORDS control abstraction;
+#X restore 411 379 pd META;
#X connect 1 0 4 0;
#X connect 2 0 9 0;
#X connect 2 1 8 0;
diff --git a/pcre-help.pd b/pcre-help.pd
index 4a65e0f..0ab1799 100644
--- a/pcre-help.pd
+++ b/pcre-help.pd
@@ -1,29 +1,41 @@
-#N canvas 4 301 765 489 10;
-#X obj 136 -59 cnv 15 200 140 empty empty empty 20 12 0 14 -258699
--66577 0;
-#X obj 129 161 cnv 15 300 140 empty empty empty 20 12 0 14 -258699
--66577 0;
-#X obj 176 107 symbol;
-#X obj 239 259 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
+#N canvas 1 53 679 425 10;
+#X obj 76 -59 cnv 15 200 140 empty empty empty 20 12 0 14 -258699 -66577
+0;
+#X obj 69 161 cnv 15 300 140 empty empty empty 20 12 0 14 -258699 -66577
+0;
+#X obj 116 107 symbol;
+#X obj 179 259 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
1;
-#X obj 152 257 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
-1;
-#X msg 148 -23 F#9;
-#X msg 214 -23 D7b9;
-#X text 395 60 Matches a symbol against a Perl-compatible regular expression.
+#X obj 92 257 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
+;
+#X msg 88 -23 F#9;
+#X msg 154 -23 D7b9;
+#X text 335 60 Matches a symbol against a Perl-compatible regular expression.
See man pcre.;
-#X obj 327 262 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
+#X obj 267 262 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
1;
-#X msg 265 -10 Am7;
-#X obj 152 236 pcre #9;
-#X obj 239 237 pcre b9;
-#X obj 327 240 pcre !9;
-#X text 399 30 pcre;
-#X text 166 -53 patterns;
-#X text 140 170 masks;
-#X msg 298 127 foo;
-#X msg 86 11 foo;
-#X obj 317 162 symbol;
+#X msg 205 -10 Am7;
+#X obj 92 236 pcre #9;
+#X obj 179 237 pcre b9;
+#X obj 267 240 pcre !9;
+#X text 339 30 pcre;
+#X text 106 -53 patterns;
+#X text 80 170 masks;
+#X msg 238 127 foo;
+#X msg 26 11 foo;
+#X obj 257 162 symbol;
+#N canvas 415 274 494 251 META 0;
+#X text 12 155 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 115 AUTHOR Alexandre Quessy;
+#X text 12 135 WEBSITE http://alexandre.quessy.net/;
+#X text 12 5 KEYWORDS control;
+#X text 12 45 DESCRIPTION match a symbol against a Perl-compatible
+regular expression;
+#X text 12 75 INLET_0 symbol;
+#X text 12 95 OUTLET_0 float;
+#X restore 593 318 pd META;
#X connect 2 0 10 0;
#X connect 2 0 11 0;
#X connect 2 0 12 0;
diff --git a/x11key-help.pd b/x11key-help.pd
index 5fb957a..9e68e2f 100644
--- a/x11key-help.pd
+++ b/x11key-help.pd
@@ -1,4 +1,4 @@
-#N canvas 90 105 743 591 10;
+#N canvas 1 53 743 591 10;
#X obj 73 -42 cnv 15 150 140 empty empty empty 20 12 0 14 -258699 -66577
0;
#X obj 265 -43 cnv 15 200 140 empty empty empty 20 12 0 14 -258699
@@ -17,11 +17,11 @@
#X text 300 219 [x11key] simulates X11 keyboard events.;
#X text 304 292 Comments are welcome. The API (the messages for every
is likely to change.;
-#X text 669 458 pureX11;
+#X text 669 438 pureX11;
#N canvas 0 0 410 183 todo 0;
#X msg 35 78 display :0.0;
#X text 31 46 Not yet implemented;
-#X restore 28 402 pd todo;
+#X restore 28 382 pd todo;
#X obj 518 41 t b b b;
#X obj 519 -32 bng 15 250 50 0 empty empty empty 0 -6 0 8 -258699 -1
-1;
@@ -35,8 +35,8 @@ is likely to change.;
on your keyboard. Give the focus to an other application than PD \,
in order to see that you really fake letters typing.;
#X text 83 -42 types a key;
-#X text 420 485 Released under the GNU Public License v2.0;
-#X text 224 428 <-- see a bigger list of the keynames you can generate
+#X text 420 465 Released under the GNU Public License v2.0;
+#X text 224 408 <-- see a bigger list of the keynames you can generate
;
#N canvas 0 0 500 345 more_keynames_possibles 0;
#X text 19 116 BackSpace \, Tab \, Linefeed \, Clear \, Return \, Pause
@@ -54,13 +54,23 @@ M \, N \, O \, P \, Q \, R \, S \, T \, U \, V \, W \, X \, Y \, Z
#X text 19 54 Here are some ideas you can send using [keysym Tab 1<
and [keysym Tab 0< \, for instance.;
#X text 86 279 ...and much more. See /usr/include/X11/keysymdef.h;
-#X restore 28 425 pd more_keynames_possibles;
+#X restore 28 405 pd more_keynames_possibles;
#X text 302 325 [letter X< generate a letter (simple version);
#X text 304 346 [keysym X 1|0< triggers a keystroke on or off \, depending
on the second argument value.;
#X obj 498 146 s to_x11key;
#X obj 191 275 r to_x11key;
-#X text 443 469 )c( Copyleft 2006-2007 Alexandre Quessy;
+#X text 443 449 )c( Copyleft 2006-2007 Alexandre Quessy;
+#N canvas 405 282 494 251 META 0;
+#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 85 AUTHOR Alexandre Quessy;
+#X text 12 105 WEBSITE http://alexandre.quessy.net/;
+#X text 12 45 DESCRIPTION simulate X11 keyboard events;
+#X text 12 5 KEYWORDS control user_input;
+#X text 12 65 INLET_0 help letter keysym;
+#X restore 669 505 pd META;
#X connect 3 0 2 0;
#X connect 4 0 2 0;
#X connect 5 0 8 0;
diff --git a/x11mouse-help.pd b/x11mouse-help.pd
index 4555b04..e4185f9 100644
--- a/x11mouse-help.pd
+++ b/x11mouse-help.pd
@@ -1,4 +1,4 @@
-#N canvas 63 104 997 560 10;
+#N canvas 1 53 997 581 10;
#X obj 13 10 cnv 15 150 140 empty empty empty 20 12 0 14 -258699 -66577
0;
#X obj 385 63 cnv 15 100 100 empty empty empty 20 12 0 14 -258699 -66577
@@ -18,7 +18,7 @@
#X obj 848 95 f 0;
#X obj 889 95 + 1;
#X msg 927 58 0;
-#X obj 802 41 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1 1
+#X obj 802 41 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X msg 810 186 move \$1 \$1;
#X obj 848 125 > 50;
@@ -49,6 +49,16 @@ is likely to change.;
#X text 545 337 Try all examples.;
#X text 221 297 press 1 on;
#X text 218 320 press 1 off;
+#N canvas 455 314 494 251 META 0;
+#X text 12 125 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 85 AUTHOR Alexandre Quessy;
+#X text 12 105 WEBSITE http://alexandre.quessy.net/;
+#X text 12 5 KEYWORDS control user_input;
+#X text 12 45 DESCRIPTION simulate X11 mouse events;
+#X text 12 65 INLET_0 help click press move;
+#X restore 906 533 pd META;
#X connect 7 0 6 0;
#X connect 7 0 18 0;
#X connect 8 0 6 0;
diff --git a/xmms-help.pd b/xmms-help.pd
index 4ea2c27..c75874b 100644
--- a/xmms-help.pd
+++ b/xmms-help.pd
@@ -1,4 +1,4 @@
-#N canvas 603 220 447 336 10;
+#N canvas 1 53 447 336 10;
#X obj 14 113 cnv 15 50 50 empty empty empty 20 12 0 14 -258699 -66577
0;
#X obj 79 112 cnv 15 50 50 empty empty empty 20 12 0 14 -24198 -66577
@@ -23,18 +23,20 @@
#X msg 213 206 forward 4000;
#X msg 214 183 backward 4000;
#X msg 210 229 backward;
-#X connect 6 0 5 0;
-#X connect 7 0 5 0;
-#X connect 8 0 5 0;
-#X connect 9 0 5 0;
-#X connect 10 0 5 0;
+#N canvas 29 134 494 392 META 0;
+#X text 12 5 KEYWORDS control needs_work;
+#X text 12 65 INLET_0 pre next stop pause play backward forward volume
+;
+#X text 12 85 AUTHOR Alexandre Quessy;
+#X text 12 105 WEBSITE http://alexandre.quessy.net/;
+#X text 12 125 HELP_PATCH_AUTHORS Jonathan Wilkes revised the patch
+to conform to the PDDP template for Pd version 0.42.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 45 DESCRIPTION control the X Multimedia System;
+#X restore 388 291 pd META;
#X connect 11 1 12 0;
#X connect 12 0 16 0;
#X connect 12 1 10 0;
#X connect 12 2 8 0;
#X connect 12 3 15 0;
-#X connect 13 0 5 0;
#X connect 14 0 13 0;
-#X connect 15 0 5 0;
-#X connect 16 0 5 0;
-#X connect 17 0 5 0;