Hi list,
I'm korean, so my english is poor, sorry for that.
I wanna use mp3write~ in Vanilla.
I know [mp3write~] is part of UNAUTHORIZED.
I tried,
"/Applications/Pd-extended.app/Contents/Resources/extra/unauthorized" this folder to my own path, then
[declare -path ./unauthorized]
but always couldn't create the object.
MacOS Mountain Lion(ver. 10.8.3) Pd ver. 0.44-3 Extended ver. 0.43-4
with [declare], all of others Extended object(i.e zexy, osc, others) import well.
But only this [mp3write~] couldn't.
Anyone knows it?
Please help!
I have to PdVanilla, and I need exporting mp3 file.(Naturally in PdExtended no problem)
Best, Jong
Perhaps if you change "unauthorized" to "unauthorized/mp3write~". I was just dealing with the lib loading stuff today and I don't see any unauthorized.c in de source... ( http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/unauth...), so there might not be a possibiliy to load all at once..
--Funs
On Mon, Jun 3, 2013 at 3:41 PM, Jonghyun Kim agitato816@gmail.com wrote:
Hi list,
I'm korean, so my english is poor, sorry for that.
I wanna use mp3write~ in Vanilla.
I know [mp3write~] is part of UNAUTHORIZED.
I tried,
- I copied folder
"/Applications/Pd-extended.app/Contents/Resources/extra/unauthorized" this folder to my own path, then
- in Pd vanilla
[declare -path ./unauthorized]
but always couldn't create the object.
MacOS Mountain Lion(ver. 10.8.3) Pd ver. 0.44-3 Extended ver. 0.43-4
with [declare], all of others Extended object(i.e zexy, osc, others) import well.
But only this [mp3write~] couldn't.
Anyone knows it?
Please help!
I have to PdVanilla, and I need exporting mp3 file.(Naturally in PdExtended no problem)
Best, Jong
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
if you are intending to use unauthorized library objects for a commercial project, then read the license very carefully.
The author of those objects has quite strong views.
;)