[PD-cvs] externals/unauthorized/audience~ CHANGES.LOG, 1.2, 1.3 Makefile, 1.3, 1.4 audience~.c, 1.6, 1.7

Yves Degoyon sevyves at users.sourceforge.net
Wed Jul 26 18:42:36 CEST 2006


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

Modified Files:
	CHANGES.LOG Makefile audience~.c 
Log Message:
fixed coordinates for GOP

Index: CHANGES.LOG
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/audience~/CHANGES.LOG,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CHANGES.LOG	2 Mar 2005 02:43:38 -0000	1.2
--- CHANGES.LOG	26 Jul 2006 16:42:34 -0000	1.3
***************
*** 1,2 ****
--- 1,4 ----
+ 0.7
+    added GOP support
  0.6
     Adaptattions for pd 0.37

Index: audience~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/audience~/audience~.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** audience~.c	2 Mar 2005 02:43:38 -0000	1.6
--- audience~.c	26 Jul 2006 16:42:34 -0000	1.7
***************
*** 66,70 ****
  #define PIXELSIZE 0.1
  
! static char   *audience_version = "audience : 2d audience simulation, version 0.6 (ydegoyon at free.fr)";
  
  t_widgetbehavior audience_widgetbehavior;
--- 66,70 ----
  #define PIXELSIZE 0.1
  
! static char   *audience_version = "audience : 2d audience simulation, version 0.7 (ydegoyon at free.fr)";
  
  t_widgetbehavior audience_widgetbehavior;
***************
*** 367,371 ****
  
     binbuf_addv(b, "ssiisiiiifi", gensym("#X"),gensym("obj"),
! 		(t_int)text_xpix(&x->x_obj, x->x_glist), (t_int)text_ypix(&x->x_obj, x->x_glist),
  		gensym("audience~"), x->x_width, x->x_height,
                  x->x_nbinputs, x->x_nboutputs, x->x_attenuation, x->x_applydelay );
--- 367,371 ----
  
     binbuf_addv(b, "ssiisiiiifi", gensym("#X"),gensym("obj"),
! 		(t_int)x->x_obj.te_xpix, (t_int)x->x_obj.te_ypix,
  		gensym("audience~"), x->x_width, x->x_height,
                  x->x_nbinputs, x->x_nboutputs, x->x_attenuation, x->x_applydelay );

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/audience~/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile	2 Mar 2005 02:43:38 -0000	1.3
--- Makefile	26 Jul 2006 16:42:34 -0000	1.4
***************
*** 63,67 ****
  LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \
      -Wall -W -Wno-shadow -Wstrict-prototypes -g \
!     -Wno-unused -Wno-parentheses -Wno-switch -Werror
  
  LINUXINCLUDE =  -I../../src
--- 63,67 ----
  LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \
      -Wall -W -Wno-shadow -Wstrict-prototypes -g \
!     -Wno-unused -Wno-parentheses -Wno-switch
  
  LINUXINCLUDE =  -I../../src





More information about the Pd-cvs mailing list