From 96c8b79450aa753b714532044269f63790864049 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 11 Apr 2004 19:07:13 +0000 Subject: moved helpfile from build/doc to arraysize dir svn path=/trunk/externals/arraysize/; revision=1596 --- arraysize-help.pd | 12 ++++++++++++ arraysize.dll | Bin 36864 -> 0 bytes arraysize.pd_linux | Bin 3592 -> 0 bytes 3 files changed, 12 insertions(+) create mode 100644 arraysize-help.pd delete mode 100644 arraysize.dll delete mode 100755 arraysize.pd_linux 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 Binary files a/arraysize.dll and /dev/null differ diff --git a/arraysize.pd_linux b/arraysize.pd_linux deleted file mode 100755 index 1e819ac..0000000 Binary files a/arraysize.pd_linux and /dev/null differ -- cgit v1.2.1