aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-11 19:07:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-11 19:07:13 +0000
commit96c8b79450aa753b714532044269f63790864049 (patch)
treee068f7596d0569c26b350336ff5ce29e4780d60c
parentb0fd771d169ef5a9f6b6ca958c3376642b09c1ab (diff)
moved helpfile from build/doc to arraysize dir
svn path=/trunk/externals/arraysize/; revision=1596
-rw-r--r--arraysize-help.pd12
-rw-r--r--arraysize.dllbin36864 -> 0 bytes
-rwxr-xr-xarraysize.pd_linuxbin3592 -> 0 bytes
3 files changed, 12 insertions, 0 deletions
diff --git a/arraysize-help.pd b/arraysize-help.pd
new file mode 100644
index 0000000..68e11d0
--- /dev/null
+++ b/arraysize-help.pd
@@ -0,0 +1,12 @@
+#N canvas 0 0 450 300 10;
+#N canvas 0 0 450 300 graph1 0;
+#X array test 100 float 0;
+#X coords 0 1 99 -1 200 140 1;
+#X restore 197 38 graph;
+#X obj 22 49 arraysize test;
+#X floatatom 22 73 5 0 0 0 - - -;
+#X msg 22 26 bang;
+#X text 24 205 arraysize returns the size of an array when banged.
+;
+#X connect 1 0 2 0;
+#X connect 3 0 1 0;
diff --git a/arraysize.dll b/arraysize.dll
deleted file mode 100644
index 61c4ef2..0000000
--- a/arraysize.dll
+++ /dev/null
Binary files differ
diff --git a/arraysize.pd_linux b/arraysize.pd_linux
deleted file mode 100755
index 1e819ac..0000000
--- a/arraysize.pd_linux
+++ /dev/null
Binary files differ