aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-09-29 08:59:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-09-29 08:59:55 +0000
commitceb70fb62c0a27f8e43e5e6553fbd1a99afa868b (patch)
treef80b08b7097eaac299f87427ab6116f087102833
parent357c7f57b37b6a75015c7f63f41beca6889114af (diff)
slightly improved help file
svn path=/trunk/externals/ext13/; revision=10315
-rw-r--r--doc/wavinfo-help.pd36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/wavinfo-help.pd b/doc/wavinfo-help.pd
index c42cc6e..bef38ce 100644
--- a/doc/wavinfo-help.pd
+++ b/doc/wavinfo-help.pd
@@ -1,18 +1,18 @@
-#N canvas 0 1 450 300 8;
-#X obj 112 79 openpanel;
-#X msg 112 49 bang;
-#X obj 111 105 wavinfo;
-#X floatatom 45 168 20 0 0;
-#X floatatom 165 168 5 0 0;
-#X floatatom 212 169 5 0 0;
-#X floatatom 257 169 5 0 0;
-#X text 44 183 samples;
-#X text 165 183 channels;
-#X text 212 183 bitsize;
-#X text 257 184 rate;
-#X connect 0 0 2 0;
-#X connect 1 0 0 0;
-#X connect 2 0 3 0;
-#X connect 2 1 4 0;
-#X connect 2 2 5 0;
-#X connect 2 3 6 0;
+#N canvas 71 22 450 300 12;
+#X obj 112 139 openpanel;
+#X obj 112 165 wavinfo;
+#X floatatom 45 228 20 0 0 3 samples - -;
+#X floatatom 195 228 5 0 0 3 channels - -;
+#X floatatom 262 229 5 0 0 3 sample_size - -;
+#X floatatom 347 229 5 0 0 3 bitrate - -;
+#X obj 112 109 bng 25 250 50 0 empty empty empty 17 7 0 10 -204786
+-1 -1;
+#X text 24 52 open a .wav file to see get the information about it:
+;
+#X text 22 36 [wavinfo] outputs information about a .wav file \,;
+#X connect 0 0 1 0;
+#X connect 1 0 2 0;
+#X connect 1 1 3 0;
+#X connect 1 2 4 0;
+#X connect 1 3 5 0;
+#X connect 6 0 0 0;