aboutsummaryrefslogtreecommitdiff
path: root/reference/serialize-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-02 20:42:38 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-04-02 20:42:38 +0000
commit8bbda088b6be12a1c8633a05f2c3edee28c3b493 (patch)
tree11349615ec18574fddf303aabd13e65dbff492ff /reference/serialize-help.pd
parent6b301232d846c96ba2687edd0e87e554e6167589 (diff)
cleaned up cxc so that it passes the automated test in scripts/load_every_help.sh: renamed help files to standard name; made each file named after the class; removed non-functional aliases in flatspace
svn path=/trunk/externals/cxc/; revision=7538
Diffstat (limited to 'reference/serialize-help.pd')
-rw-r--r--reference/serialize-help.pd10
1 files changed, 10 insertions, 0 deletions
diff --git a/reference/serialize-help.pd b/reference/serialize-help.pd
new file mode 100644
index 0000000..b9d8469
--- /dev/null
+++ b/reference/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;