[PD-cvs] externals/unauthorized/exciter exciter.c,1.9,1.10

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Oct 29 19:58:47 CET 2007


Update of /cvsroot/pure-data/externals/unauthorized/exciter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1599/unauthorized/exciter

Modified Files:
	exciter.c 
Log Message:


Following this thread:

http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html

I have changed the save functions so that they will save the name of the
object that it was actually instantiated with.  This allows objects with
savefns to work properly with namespaces.

This is a fix for this bug:
http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070



Index: exciter.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/exciter/exciter.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** exciter.c	26 Jul 2006 16:47:35 -0000	1.9
--- exciter.c	29 Oct 2007 18:58:45 -0000	1.10
***************
*** 323,327 ****
     binbuf_addv(b, "ssiisiiifii", gensym("#X"),gensym("obj"),
  		(t_int)x->x_obj.te_xpix, (t_int)x->x_obj.te_ypix,
! 		gensym("exciter"), x->x_width, x->x_height,
  		x->x_nbevents, x->x_timegrain,
                  x->x_loop, x->x_save 
--- 323,328 ----
     binbuf_addv(b, "ssiisiiifii", gensym("#X"),gensym("obj"),
  		(t_int)x->x_obj.te_xpix, (t_int)x->x_obj.te_ypix,
! 		atom_getsymbol(binbuf_getvec(x->x_obj.te_binbuf)),
!         x->x_width, x->x_height,
  		x->x_nbevents, x->x_timegrain,
                  x->x_loop, x->x_save 





More information about the Pd-cvs mailing list