[GEM-dev] Re: [GEM-cvs] Gem/src/Pixes pix_freeframe.cpp,1.8,1.9

IOhannes m zmoelnig zmoelnig at iem.at
Fri Feb 10 08:54:11 CET 2006


Jamie Tittle wrote:
> Update of /cvsroot/pd-gem/Gem/src/Pixes
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14661
> 
> Modified Files:
> 	pix_freeframe.cpp 
> Log Message:
> [osx] new loader code that works with freeframe 1.0 SDK; 

good that it works now!


> note that the plugin will be looked for in the same directory as the patch, 

actually that is why i used the open_via_path() method.
this should allow to add a path with the ff-plugins at the startup and
pd will find it automatically (btw, the same is true for font-loading).
the code for resolving the full filename is in the constructor of
pix_freeframe, so you might have overlooked it.


> and currently you must append ".frf" to the end of the plugin's name
> 
 but doesn't this:

> + #elif defined __APPLE__
> +     ".frf";
>   #else

take care of the extensions?


anyhow, great that it turned out solvable.

mf.asd.r
IOhannes




More information about the GEM-dev mailing list