[PD-cvs] externals/grill/flext/source flbuf.cpp,1.16,1.17

Thomas Grill xovo at users.sourceforge.net
Sun Mar 21 04:28:54 CET 2004


Update of /cvsroot/pure-data/externals/grill/flext/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28370/source

Modified Files:
	flbuf.cpp 
Log Message:
 ""

Index: flbuf.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flbuf.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** flbuf.cpp	29 Nov 2003 03:32:48 -0000	1.16
--- flbuf.cpp	21 Mar 2004 03:28:52 -0000	1.17
***************
*** 134,138 ****
  		int frames1;
  		t_sample *data1;
! 		return garray_getfloatarray(arr, &frames1, &data1) != 0;
  #elif FLEXT_SYS == FLEXT_SYS_MAX
  		const _buffer *p = (const _buffer *)sym->s_thing;
--- 134,138 ----
  		int frames1;
  		t_sample *data1;
! 		return arr && garray_getfloatarray(arr, &frames1, &data1) != 0;
  #elif FLEXT_SYS == FLEXT_SYS_MAX
  		const _buffer *p = (const _buffer *)sym->s_thing;





More information about the Pd-cvs mailing list