aboutsummaryrefslogtreecommitdiff
path: root/serialize-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 /serialize-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 'serialize-help.pd')
-rw-r--r--serialize-help.pd10
1 files changed, 10 insertions, 0 deletions
diff --git a/serialize-help.pd b/serialize-help.pd
new file mode 100644
index 0000000..b9d8469
--- /dev/null
+++ b/serialize-help.pd
@@ -0,0 +1,10 @@
+#N canvas 246 82 551 292 10;
+#X obj 34 141 print;
+#X floatatom 34 69 0 0 0;
+#X text 30 195 (C) 2000 Guenter Geiger;
+#X text 30 39 serialize ... turn a stream of floats into a list;
+#X obj 33 107 serialize 4;
+#X floatatom 105 82 5 0 0;
+#X connect 1 0 4 0;
+#X connect 4 0 0 0;
+#X connect 5 0 4 1;