Compiled and running on osx 10.5.3 (flite as well) but getting errors:
Can anyone help -- has anyone successfully used this object on leopard?
error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' ...
Thanks much, -DH
moin DH,
never tried it on OSX myself, but [ratts~] is just an abstraction. try looking at the help files for e.g. [klatt~], [holmes], and the like to figure out at least which object is complaining at you... it may be that something in ratts is indeed broken (your error message looks hauntingly familiar, but I can't remember in what context I last saw it...), but I suspect there may be an easier fix...
marmosets, Bryan
On 2008-06-28 00:20:26, dh254 dh254@nyu.edu appears to have written:
Compiled and running on osx 10.5.3 (flite as well) but getting errors:
Can anyone help -- has anyone successfully used this object on leopard?
error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' ...
Thanks much, -DH
Bryan Jurish wrote:
(your error message looks hauntingly familiar, but I can't remember in what context I last saw it...), but I
you see it whenever an object that Pd was unable to create receives a message (that is: the ghost of this object)
in short this means: either the compilation of necessary objects failed or you should add the paths to the objects to your Pd startup.
use "Find last error", it will tell you more. take a close look at the Pd-console, it will tell you even more.
fgmadsr IOhannes
when i try the rattsass.pd test from the forum (http://www.mail-archive.com/pd-list@iem.at/msg06994.html), i get the expected '' error (below), at which point find-last-error highlights "holmes f0decl 0 topc -30" in the patch. When I click on one of the phrases in ratsass.pd (e.g., "this is SO crazy"), the message changes to: error: inlet: expected '' but got 'this'
===============error==================== guessphones ... couldn't create klatt~ ... couldn't create phones2holmes f ... couldn't create freeverb~ ... couldn't create holmes f0decl 0 topc -30 ... couldn't create error: inlet: expected '' but got 'bang' ... you might be able to track this down from the Find menu. error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' ...
thanks again, -dh
IOhannes m zmölnig wrote:
Bryan Jurish wrote:
(your error message looks hauntingly familiar, but I can't remember in what context I last saw it...), but I
you see it whenever an object that Pd was unable to create receives a message (that is: the ghost of this object)
in short this means: either the compilation of necessary objects failed or you should add the paths to the objects to your Pd startup.
use "Find last error", it will tell you more. take a close look at the Pd-console, it will tell you even more.
fgmadsr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hmmm, when i add just the one ratts~ object to a new patch, I get the console output below, so it seems like maybe none of the objects are being created?
ratts ... couldn't create klatt~ mspf 5 ... couldn't create rattshread $1-dict ... couldn't create number2text ... couldn't create guessphones ... couldn't create phones2holmes ... couldn't create rattstok ... couldn't create toupper ... couldn't create spellout ... couldn't create holmes ... couldn't create
when I do a find last error, I get: "no findable error yet" -DH
Bryan Jurish wrote:
moin DH,
never tried it on OSX myself, but [ratts~] is just an abstraction. try looking at the help files for e.g. [klatt~], [holmes], and the like to figure out at least which object is complaining at you... it may be that something in ratts is indeed broken (your error message looks hauntingly familiar, but I can't remember in what context I last saw it...), but I suspect there may be an easier fix...
marmosets, Bryan
On 2008-06-28 00:20:26, dh254 dh254@nyu.edu appears to have written:
Compiled and running on osx 10.5.3 (flite as well) but getting errors:
Can anyone help -- has anyone successfully used this object on leopard?
error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' error: inlet: expected '' but got 'bang' ...
Thanks much, -DH
moin dh,
yep, all of these objects are defined by the ratts library. Just to get the obligatory question out of the way, are you starting pd with "-path /my/externs/dir -lib ratts"? and does /my/externs/dir contain "ratts.pd_WHATEVER" ? (assumedly "ratts.pd_darwin" for osx) ? If so, do you see a message like:
ratts: Realtime Analog Text-To-Speech externals v0.07 by Bryan Jurish ratts: Based on text-to-speech code by Nick Ing-Simmons and Jon Iles ratts: and PD external code by Orm Finnendahl and Travis Newhouse ratts: compiled by USER on DATE
on the pd console at startup?
marmosets, Bryan
On 2008-06-28 01:39:11, dh254 dh254@nyu.edu appears to have written:
hmmm, when i add just the one ratts~ object to a new patch, I get the console output below, so it seems like maybe none of the objects are being created?
ratts ... couldn't create klatt~ mspf 5 ... couldn't create rattshread $1-dict ... couldn't create number2text ... couldn't create guessphones ... couldn't create phones2holmes ... couldn't create rattstok ... couldn't create toupper ... couldn't create spellout ... couldn't create holmes ... couldn't create
when I do a find last error, I get: "no findable error yet" -DH