hello i used the mp3play~ patch from the mp3 iemlib. when i open the patch and i want to load a mp3 file it doesn't work and i get this message on my console. can anyone help me? it is really urgent! thx
mp3play~ ... couldn't create mp3play~ ... couldn't create speedlim 50 ... couldn't create 03mp3play~.pd 2 0 8 0 (text->canvas) connection failed 03mp3play~.pd 2 1 8 1 (text->canvas) connection failed 03mp3play~.pd 2 2 19 0 (text->text) connection failed 03mp3play~.pd 2 3 14 0 (text->print) connection failed 03mp3play~.pd 3 0 2 0 (message->text) connection failed 03mp3play~.pd 4 0 2 0 (message->text) connection failed 03mp3play~.pd 5 0 2 0 (message->text) connection failed 03mp3play~.pd 19 0 15 0 (text->gatom) connection failed 03mp3play~.pd 21 0 2 1 (message->text) connection failed 03mp3play~.pd 22 0 2 0 (message->text) connection failed
oren ishii wrote:
hello i used the mp3play~ patch from the mp3 iemlib. when i open the patch and i want to load a mp3 file it doesn't work and i get this message on my console. can anyone help me? it is really urgent! thx
mp3play~ ... couldn't create mp3play~ ... couldn't create speedlim 50 ... couldn't create
do you really have the iemlib installed ? make sure you load the libraries prior to creating objects they provide: either create an object [iem_mp3] _before_ you create [mp3play~]s; or use "-lib iem_mp3" as startup-flag.
(and you need to load iemlib2 to get [speedlim])
mfg.a.dr IOhannes