aboutsummaryrefslogtreecommitdiff
path: root/ENV-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-14 02:48:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-05-14 02:48:03 +0000
commit2453c05054b69951b301527f1f7b132cff143359 (patch)
treef3d44e029db50178b9914bd7fb7abfb2f54ea008 /ENV-help.pd
parent78cc2ee38c931ae2c4718abc1607dcf9fbde4cf8 (diff)
first steps towards porting to template Makefile and debianizing, split up randomix.c into separete files for each objectclass, much left to do
svn path=/trunk/externals/cxc/; revision=13540
Diffstat (limited to 'ENV-help.pd')
-rw-r--r--ENV-help.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/ENV-help.pd b/ENV-help.pd
new file mode 100644
index 0000000..7582c67
--- /dev/null
+++ b/ENV-help.pd
@@ -0,0 +1,34 @@
+#N canvas 370 240 625 314 10;
+#X obj 147 203 ENV;
+#X msg 147 163 RAND_MAX;
+#X floatatom 226 253 10 0 0;
+#X obj 147 277 print;
+#X msg 214 164 getenv \$1;
+#X symbolatom 215 130 10 0 0;
+#X obj 295 130 symbol;
+#X msg 311 105 HOSTNAME;
+#X msg 310 80 USERNAME;
+#X obj 147 228 route symbol;
+#X msg 147 253 \$1;
+#X msg 424 110 USERNAME bla;
+#X obj 386 168 cxc.prepend setenv;
+#X obj 395 202 print pre;
+#X msg 425 135 HOSTNAME testi;
+#X msg 312 45 RANDOM;
+#X text 18 7 get and set environment variables etc ...;
+#X msg 244 51 DATE;
+#X connect 0 0 9 0;
+#X connect 1 0 0 0;
+#X connect 4 0 0 0;
+#X connect 5 0 4 0;
+#X connect 6 0 4 0;
+#X connect 7 0 6 0;
+#X connect 8 0 6 0;
+#X connect 9 0 10 0;
+#X connect 9 1 2 0;
+#X connect 10 0 3 0;
+#X connect 11 0 12 0;
+#X connect 12 0 0 0;
+#X connect 14 0 12 0;
+#X connect 15 0 6 0;
+#X connect 17 0 6 0;