[PD-cvs] externals/ggee/gui envgen.c,1.11,1.12

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Jul 8 14:35:36 CEST 2007


Update of /cvsroot/pure-data/externals/ggee/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4417/gui

Modified Files:
	envgen.c 
Log Message:
added pd_error when sustain message is out of range

Index: envgen.c
===================================================================
RCS file: /cvsroot/pure-data/externals/ggee/gui/envgen.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** envgen.c	3 Jul 2007 10:51:55 -0000	1.11
--- envgen.c	8 Jul 2007 12:35:34 -0000	1.12
***************
*** 205,209 ****
          x->sustain_state = f;
       else
!         post("ERROR: sustain value not betweem 0 and %f",x->last_state);
  }
  
--- 205,209 ----
          x->sustain_state = f;
       else
! 		 pd_error(x,"sustain value not betweem 0 and %f, ignoring message", x->last_state);
  }
  





More information about the Pd-cvs mailing list