[PD-cvs] SF.net SVN: pure-data: [9918] trunk/externals/pdvjtools/pdp_freeframe/ pdp_freeframe.c

lluisbigorda at users.sourceforge.net lluisbigorda at users.sourceforge.net
Mon May 26 02:03:26 CEST 2008


Revision: 9918
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9918&view=rev
Author:   lluisbigorda
Date:     2008-05-25 17:03:26 -0700 (Sun, 25 May 2008)

Log Message:
-----------
renamed plugindir to pluginsdir

Modified Paths:
--------------
    trunk/externals/pdvjtools/pdp_freeframe/pdp_freeframe.c

Modified: trunk/externals/pdvjtools/pdp_freeframe/pdp_freeframe.c
===================================================================
--- trunk/externals/pdvjtools/pdp_freeframe/pdp_freeframe.c	2008-05-26 00:01:52 UTC (rev 9917)
+++ trunk/externals/pdvjtools/pdp_freeframe/pdp_freeframe.c	2008-05-26 00:03:26 UTC (rev 9918)
@@ -475,6 +475,7 @@
         class_addmethod(pdp_freeframe_class, (t_method)pdp_freeframe_plugin, gensym("plugin"),  A_FLOAT, A_NULL);   
         class_addmethod(pdp_freeframe_class, (t_method)pdp_freeframe_param, gensym("param"),  A_FLOAT, A_FLOAT, A_NULL);   
         class_addmethod(pdp_freeframe_class, (t_method)pdp_freeframe_plugindir, gensym("plugindir"),  A_SYMBOL, A_NULL);   
+        class_addmethod(pdp_freeframe_class, (t_method)pdp_freeframe_plugindir, gensym("pluginsdir"),  A_SYMBOL, A_NULL);   
 
 
     }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list