Audition_setup is the function called when you create one "Audition"
object.
I think pd can't find it, so it can't create the object.
You need to check that the setup function of flext is well written.
There is a list for specific flext questions: http://grrrr.org/mailman/listinfo/flext
Greetings,
Nicolas
Julian Villegas a écrit :
Hi,
I sent this message previously to pd-dev, but I didn't have any
response. I thought someone in this list could help me. Sorry those who
have received this email twice.
I compiled the Audition library (http://lumiere.ens.fr/Audition/tools/realtime/)
in my MacBook
using the last version of Flext (checked out from the svn server). The
compilation was done as indicated in the readme file of the Flext
distribution, and there were no errors. The library was installed in
the Extra directory in Pd (v 0.41.2). Also, I added 'Audition' in the
startup preferences menu. I know that flext is working cause I could
compile and use xsample, but when I try to use Audition, I have the
following error:
load_object: Symbol "Audition_setup" not found
Audition: can't load library
I know that some of you have had this dreadful message before,
and I was hoping you could help me.