aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Holzmann <grholzi@users.sourceforge.net>2006-02-01 09:02:20 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:12:01 +0200
commited1c74748d9e187b98ff49cf4d629019e0539584 (patch)
treec6dac269dacfb0ef8587b715aca3b6c8a023969c
parent10dee9a91925645cd9e3bb14e5ef31e8a338949e (diff)
updated helpfile for new ogg support
svn path=/trunk/externals/tb/; revision=4532
-rwxr-xr-xsndfiler/doc/sndfiler-help.pd11
1 files changed, 6 insertions, 5 deletions
diff --git a/sndfiler/doc/sndfiler-help.pd b/sndfiler/doc/sndfiler-help.pd
index fb402f7..1e4dbeb 100755
--- a/sndfiler/doc/sndfiler-help.pd
+++ b/sndfiler/doc/sndfiler-help.pd
@@ -25,12 +25,9 @@
#X obj 241 667 table array2;
#X obj 55 645 sndfiler;
#X text 288 34 threaded soundfiler;
-#X text 308 51 using libsndfile;
#X text 161 113 ::: SNDFILER :::;
-#X text 63 152 A threaded soundfiler for PD using libsndfile.;
#X text 65 182 REQUIREMENTS:;
#X text 118 199 - pd >= 0.39;
-#X text 118 215 - libsndfile;
#X text 118 231 - threadlib (for main pd);
#X text 48 539 threaded resize of arrays:;
#X text 33 267 read a file: read [flags] filename array1 array2 ...
@@ -42,12 +39,16 @@
#X text 33 324 -skip <sample>: skip nr. of samples in soundfile \,
if negative \, it will be counted from the end of the file !;
#X text 82 722 (c) 2005 \, Tim Blechmann \, Georg Holzmann;
+#X text 184 53 using libsndfile and libvorbisfile;
+#X text 53 140 A threaded soundfiler for PD using libsndfile and libvorbisfile
+(for ogg files).;
+#X text 118 215 - libsndfile + libvorbisfile;
#X connect 3 0 20 0;
-#X connect 4 0 31 0;
+#X connect 4 0 28 0;
#X connect 6 0 4 0;
#X connect 10 0 9 0;
#X connect 12 0 18 0;
#X connect 14 0 12 0;
#X connect 18 0 13 0;
#X connect 20 0 2 0;
-#X connect 31 0 5 0;
+#X connect 28 0 5 0;