[PD-cvs] externals/grill/flext/source flext.cpp,1.41,1.42

Thomas Grill xovo at users.sourceforge.net
Thu Nov 3 21:29:31 CET 2005


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

Modified Files:
	flext.cpp 
Log Message:
update docs
updated build system for Max with MinGW
fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects


Index: flext.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/source/flext.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** flext.cpp	11 Oct 2005 22:22:48 -0000	1.41
--- flext.cpp	3 Nov 2005 20:29:28 -0000	1.42
***************
*** 252,260 ****
  	flext_dsp *obj;
  #ifdef FLEXT_DEBUG
!     obj = dynamic_cast<flext_dsp *>(bobj); 
  #else
      obj = static_cast<flext_dsp *>(bobj); 
  #endif
  
  	obj->SetupDsp(sp);
  }
--- 252,261 ----
  	flext_dsp *obj;
  #ifdef FLEXT_DEBUG
!     obj = dynamic_cast<flext_dsp *>(bobj);
  #else
      obj = static_cast<flext_dsp *>(bobj); 
  #endif
  
+     FLEXT_ASSERT(obj);
  	obj->SetupDsp(sp);
  }





More information about the Pd-cvs mailing list