aboutsummaryrefslogtreecommitdiff
path: root/examples/pdf~.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-03-22 20:58:25 +0000
commit2b60d55c919e7588f5aff15936e83c300b3660bb (patch)
tree14d860de7f28083d3756ad91b627de70f26788f6 /examples/pdf~.pd
parentc500bc542cb7cc78d6dac3f7da3bff626056b1aa (diff)
zexy-2.0:
- use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641
Diffstat (limited to 'examples/pdf~.pd')
-rw-r--r--examples/pdf~.pd52
1 files changed, 27 insertions, 25 deletions
diff --git a/examples/pdf~.pd b/examples/pdf~.pd
index c6505b3..4f83277 100644
--- a/examples/pdf~.pd
+++ b/examples/pdf~.pd
@@ -1,25 +1,27 @@
-#N canvas 160 310 829 485 10;
-#X obj 90 43 pdf~;
-#X text 175 44 probability density function;
-#X obj 14 166 osc~ 440;
-#X msg 97 193 bang;
-#X obj 14 387 tabwrite array99;
-#X obj 14 303 pdf~ 128;
-#X msg 96 246 clear;
-#X msg 97 215 1;
-#X msg 96 269 0;
-#X text 146 260 clear the buffer;
-#X text 140 203 send the pdf to the outlet;
-#X obj 137 387 print;
-#X text 90 302 creation argument : number of steps;
-#X text 227 315 default is 64;
-#X graph graph1 0 -1 128 1 428 431 828 131;
-#X array array99 128 float;
-#X pop;
-#X connect 2 0 5 0;
-#X connect 3 0 5 0;
-#X connect 5 0 4 0;
-#X connect 5 0 11 0;
-#X connect 6 0 5 0;
-#X connect 7 0 5 0;
-#X connect 8 0 5 0;
+#N canvas 220 418 829 485 10;
+#X obj 90 43 pdf~;
+#X text 175 44 probability density function;
+#X obj 14 166 osc~ 440;
+#X msg 97 193 bang;
+#X obj 14 387 tabwrite array99;
+#X obj 14 303 pdf~ 128;
+#X msg 96 246 clear;
+#X msg 97 215 1;
+#X msg 96 269 0;
+#X text 146 260 clear the buffer;
+#X text 140 203 send the pdf to the outlet;
+#X obj 137 387 print;
+#X text 90 302 creation argument : number of steps;
+#X text 227 315 default is 64;
+#N canvas 0 0 450 300 graph1 0;
+#X array array99 128 float 0;
+#X coords 0 1 128 -1 400 300 1;
+#X restore 428 131 graph;
+#X text 532 42 part of zexy;
+#X connect 2 0 5 0;
+#X connect 3 0 5 0;
+#X connect 5 0 4 0;
+#X connect 5 0 11 0;
+#X connect 6 0 5 0;
+#X connect 7 0 5 0;
+#X connect 8 0 5 0;