Update of /cvsroot/pure-data/externals/tb/sndfiler/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4122
Modified Files: sndfiler-help.pd Log Message: updated helpfile for new ogg support
Index: sndfiler-help.pd =================================================================== RCS file: /cvsroot/pure-data/externals/tb/sndfiler/doc/sndfiler-help.pd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sndfiler-help.pd 28 Nov 2005 22:27:20 -0000 1.2 --- sndfiler-help.pd 1 Feb 2006 09:02:20 -0000 1.3 *************** *** 26,35 **** #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:; --- 26,32 ---- *************** *** 43,48 **** if negative , it will be counted from the end of the file !; #X text 82 722 (c) 2005 , Tim Blechmann , Georg Holzmann; #X connect 3 0 20 0; ! #X connect 4 0 31 0; #X connect 6 0 4 0; #X connect 10 0 9 0; --- 40,49 ---- 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 28 0; #X connect 6 0 4 0; #X connect 10 0 9 0; *************** *** 51,53 **** #X connect 18 0 13 0; #X connect 20 0 2 0; ! #X connect 31 0 5 0; --- 52,54 ---- #X connect 18 0 13 0; #X connect 20 0 2 0; ! #X connect 28 0 5 0;