Hello Georg and frinds at pd-list,
I tried to run the binaries of sndfiler and threadlib that are in this website: http://grh.mur.at/software/sndfiler.html in both cases the object seems to load in pd but when i try to load an ogg file i got the message: "error: /samples/sample.ogg: no such array ...you might be able to track this down from the Find menu" (and click in Find menu got blank results"
I tried I several ogg files that I already tested with other players (very short samples - less than 1 second) with the sndfiler-help.pd patch.
the funny thing is that the snfiler works fine in my Debian Unstable (and i'm using a lot in a patch that i'm working)
I tried Pd 0.39 and also just compile de pd 0.41 from CVS and got the same error... This same error is happening in Ubuntu and MacOsx
any idea?
I also tried to compile sndfiler again, from CVS...I got the threadlib but for sndfiler i miss a header called m_fifo.h that I couldn'n locate in my machine. where do I find it?
thanx a lot
salut
glerm
On Wed, 2006-12-06 at 14:53 -0300, glerm soares wrote:
I also tried to compile sndfiler again, from CVS...I got the threadlib but for sndfiler i miss a header called m_fifo.h that I couldn'n locate in my machine. where do I find it?
m_fifo.h is a file, needed for the lockfree communication with the sndfiler helper thread, which is part of the lockfree threadsafe idle-callback feature of devel.
tim
-- tim@klingt.org ICQ: 96771783 http://www.mokabar.tk
Cheat your landlord if you can and must, but do not try to shortchange the Muse. It cannot be done. You can't fake quality any more than you can fake a good meal. William S. Burroughs
Hallo!
in both cases the object seems to load in pd but when i try to load an ogg file i got the message: "error: /samples/sample.ogg: no such array ...you might be able to track this down from the Find menu" (and click in Find menu got blank results"
hm - I think you exchanged the arguments (table and sample), because it tries to find an array which is called like your sample ...
I also tried to compile sndfiler again, from CVS...I got the threadlib but for sndfiler i miss a header called m_fifo.h that I couldn'n locate in my machine. where do I find it?
yes, it's in the source of threadlib, so you have to adjust the path in the makefile of sndfile to point to this position ...
LG Georg
2006/12/6, Georg Holzmann grhPD@gmx.at:
Hallo!
in both cases the object seems to load in pd but when i try to load an ogg file i got the message: "error: /samples/sample.ogg: no such array ...you might be able to track this down from the Find menu" (and click in Find menu got blank results"
hm - I think you exchanged the arguments (table and sample), because it tries to find an array which is called like your sample ...
no. I'm using the help example that came with the binaries
[bang] | [openpanel] | [read -resize $1 array1] | [sndfiler]
I also tried to compile sndfiler again, from CVS...I got the threadlib
but for sndfiler i miss a header called m_fifo.h that I couldn'n locate in my machine. where do I find it?
yes, it's in the source of threadlib, so you have to adjust the path in the makefile of sndfile to point to this position ...
no. this header isn't there. Not in the site neither in CVS.
check this.
thanx
glerm
LG
Georg
Hallo!
no. I'm using the help example that came with the binaries
[bang] | [openpanel] | [read -resize $1 array1] | [sndfiler]
Ah - I think I know whats the problem: in an earlier version of [sndfiler] the arguments were in a different order - so I guess you still have the old binary !
So you should delete all the old help-files and binaries and then install those from http://grh.mur.at/software/sndfiler.html ...
LG Georg