Revision: 4509 http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4509&view=rev Author: zmoelnig Date: 2011-08-28 12:50:19 +0000 (Sun, 28 Aug 2011) Log Message: ----------- use 'load' to load a newfrei0r/freeframe plugin
'open' is really the wrong term Modified Paths: -------------- trunk/Gem/src/Pixes/pix_freeframe.cpp trunk/Gem/src/Pixes/pix_frei0r.cpp Modified: trunk/Gem/src/Pixes/pix_freeframe.cpp =================================================================== --- trunk/Gem/src/Pixes/pix_freeframe.cpp 2011-08-28 12:49:49 UTC (rev 4508) +++ trunk/Gem/src/Pixes/pix_freeframe.cpp 2011-08-28 12:50:19 UTC (rev 4509) @@ -994,7 +994,7 @@ void pix_freeframe :: obj_setupCallback(t_class *classPtr) { class_addanything(classPtr, reinterpret_cast<t_method>(&pix_freeframe::parmCallback)); - class_addmethod (classPtr, reinterpret_cast<t_method>(&pix_freeframe::openCallback), gensym("open"), A_SYMBOL, A_NULL); + class_addmethod (classPtr, reinterpret_cast<t_method>(&pix_freeframe::openCallback), gensym("load"), A_SYMBOL, A_NULL); gem_register_loader(freeframe_loader); } Modified: trunk/Gem/src/Pixes/pix_frei0r.cpp =================================================================== --- trunk/Gem/src/Pixes/pix_frei0r.cpp 2011-08-28 12:49:49 UTC (rev 4508) +++ trunk/Gem/src/Pixes/pix_frei0r.cpp 2011-08-28 12:50:19 UTC (rev 4509) @@ -542,7 +542,7 @@ void pix_frei0r :: obj_setupCallback(t_class *classPtr) { class_addanything(classPtr, reinterpret_cast<t_method>(&pix_frei0r::parmCallback)); - class_addmethod (classPtr, reinterpret_cast<t_method>(&pix_frei0r::openCallback), gensym("open"), A_SYMBOL, A_NULL); + class_addmethod (classPtr, reinterpret_cast<t_method>(&pix_frei0r::openCallback), gensym("load"), A_SYMBOL, A_NULL); gem_register_loader(frei0r_loader); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ pd-gem-CVS mailing list pd-gem-CVS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs