[PD-cvs] SF.net SVN: pure-data:[10315] trunk/externals/ext13/doc/wavinfo-help.pd

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Sep 29 10:59:56 CEST 2008


Revision: 10315
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10315&view=rev
Author:   eighthave
Date:     2008-09-29 08:59:55 +0000 (Mon, 29 Sep 2008)

Log Message:
-----------
slightly improved help file

Modified Paths:
--------------
    trunk/externals/ext13/doc/wavinfo-help.pd

Modified: trunk/externals/ext13/doc/wavinfo-help.pd
===================================================================
--- trunk/externals/ext13/doc/wavinfo-help.pd	2008-09-27 16:18:27 UTC (rev 10314)
+++ trunk/externals/ext13/doc/wavinfo-help.pd	2008-09-29 08:59:55 UTC (rev 10315)
@@ -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;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list