[PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread glerm soares
Hello, Is there new versions of the [sndfiler] object or something similar (an object similar to [soundfiler] that could read ogg sound files into tables ) that comes with pd-extended compilation? Why pd-extended can't compile this? I could not find the object at sourceforge svn and the version

Re: [PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread glerm soares
Hey, now I could compile, I was using the wrong Makefile: make -f Makefile.pd_main pd_linux with the pd sources of sourceforge svn ... I also compiled the threadlib from sourceforge svn (/externals/grh/.) and seems ok ... But I got an error at puredata (version 041.4 extended 2009 01 21)

Re: [PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread Georg Holzmann
Hallo! make -f Makefile.pd_main pd_linux with the pd sources of sourceforge svn ... I also compiled the threadlib from sourceforge svn (/externals/grh/.) and seems ok ... Fine ! But I got an error at puredata (version 041.4 extended 2009 01 21) /usr/lib/pd/extra/sndfiler.pd_linux:

Re: [PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread glerm soares
Hm - did you also load the threadlib external ? (because this is needed) So you have to _first_ load the threadlib, and the the sndfiler ! I tried with pd -lib threadlib then threadlib vers.0.1, library for threaded patching and externals 2005, by Georg Holzmann g...@mur.at heavily based on

Re: [PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread Georg Holzmann
Hallo! I tried with pd -lib threadlib then threadlib vers.0.1, library for threaded patching and externals 2005, by Georg Holzmann g...@mur.at mailto:g...@mur.at heavily based on pd_devel code by Tim Blechmann WARNING: this is very experimental and may crash your patches ! ok.

Re: [PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread Frank Barknecht
Hallo, glerm soares hat gesagt: // glerm soares wrote: Is there new versions of the [sndfiler] object or something similar (an object similar to [soundfiler] that could read ogg sound files into tables ) that comes with pd-extended compilation? Why pd-extended can't compile this? You can also

Re: [PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread glerm soares
2009/2/13 Frank Barknecht f...@footils.org Hallo, You can also use oggread~ with tabwrite~ to load ogg files into tables. Use an upsampled subpatch to do this faster than the file's duration as in the attached example. wow thanks a lot Frank! this example is very rich and opened my

Re: [PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread Frank Barknecht
Hallo, glerm soares hat gesagt: // glerm soares wrote: this example is very rich and opened my mind... :) It's the same hack Miller mentioned some time ago to work around soundfiler's non-threadedness. Ciao -- Frank ___ Pd-list@iem.at mailing list

Re: [PD] sndfiler - or other ogg audio wavetable object in pd-extended

2009-02-13 Thread Hans-Christoph Steiner
On Feb 13, 2009, at 12:00 PM, Georg Holzmann wrote: Hallo! I tried with pd -lib threadlib then threadlib vers.0.1, library for threaded patching and externals 2005, by Georg Holzmann g...@mur.at mailto:g...@mur.at heavily based on pd_devel code by Tim Blechmann WARNING: this is very