aboutsummaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
Diffstat (limited to 'control')
-rw-r--r--control/serialize-help.pd8
-rw-r--r--control/shell-help.pd39
-rw-r--r--control/stripdir-help.pd7
3 files changed, 54 insertions, 0 deletions
diff --git a/control/serialize-help.pd b/control/serialize-help.pd
new file mode 100644
index 0000000..0fbacf6
--- /dev/null
+++ b/control/serialize-help.pd
@@ -0,0 +1,8 @@
+#N canvas 246 82 551 292 10;
+#X obj 34 106 serialize 4;
+#X obj 34 141 print;
+#X floatatom 34 69;
+#X text 30 195 (C) 2000 Guenter Geiger;
+#X text 30 39 serialize ... turn a stream of floats into a list;
+#X connect 0 0 1 0;
+#X connect 2 0 0 0;
diff --git a/control/shell-help.pd b/control/shell-help.pd
new file mode 100644
index 0000000..767559c
--- /dev/null
+++ b/control/shell-help.pd
@@ -0,0 +1,39 @@
+#N canvas 420 4 512 424 10;
+#X obj 137 98 shell;
+#X msg 36 39 ls;
+#X obj 121 165 print;
+#X msg 64 40 ls makefile;
+#X msg 330 86 date +%k%M;
+#X floatatom 330 130 4 0 0;
+#X obj 330 107 shell;
+#X text 330 68 Getting the date;
+#X msg 118 17 bang;
+#X obj 60 17 metro 10;
+#X floatatom 271 89 4 0 0;
+#X obj 53 245 shell;
+#X obj 97 306 print;
+#X msg 133 215 cvs commit -m fixed_bug_in_shell;
+#X msg 19 191 cvs -q update;
+#X obj 53 268 route ?;
+#X msg 207 147 xedit;
+#X obj 168 124 print done;
+#X msg 215 257 send sadf asdf asdf;
+#X msg 163 286 /usr/bin/perl;
+#X msg 160 41 ./test;
+#X connect 0 0 2 0;
+#X connect 0 1 17 0;
+#X connect 1 0 0 0;
+#X connect 3 0 0 0;
+#X connect 4 0 6 0;
+#X connect 6 0 5 0;
+#X connect 8 0 9 0;
+#X connect 9 0 3 0;
+#X connect 10 0 11 0;
+#X connect 11 0 15 0;
+#X connect 13 0 11 0;
+#X connect 14 0 11 0;
+#X connect 15 1 12 0;
+#X connect 16 0 11 0;
+#X connect 18 0 11 0;
+#X connect 19 0 11 0;
+#X connect 20 0 0 0;
diff --git a/control/stripdir-help.pd b/control/stripdir-help.pd
new file mode 100644
index 0000000..1d200a8
--- /dev/null
+++ b/control/stripdir-help.pd
@@ -0,0 +1,7 @@
+#N canvas 231 207 452 294 10;
+#X obj 22 78 stripdir;
+#X symbolatom 22 48 0 0 0;
+#X obj 22 105 print;
+#X text 20 22 strips all leading directories from a path;
+#X connect 0 0 2 0;
+#X connect 1 0 0 0;