[PD-cvs] externals/grill/flext changes.txt,1.70,1.71

Thomas Grill xovo at users.sourceforge.net
Wed Jan 26 06:01:22 CET 2005


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

Modified Files:
	changes.txt 
Log Message:
- fixed typos and 64-bit compatibility
usage of symbols for method and attribute adding
fixed buggy unbinding of receive symbols
reconsidered flext::buffer:Update
some restructuring
added object construction and destruction flags
better templates, some minor changes
build system: added profiler mode, more fixes
added method for clicks into object box
- conform to idle callback functionality in devel_0_38
oops, forgot about SIMD for Windows
fix for ToOut calls in dsp time 


Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** changes.txt	11 Jan 2005 04:58:11 -0000	1.70
--- changes.txt	26 Jan 2005 05:01:15 -0000	1.71
***************
*** 27,31 ****
--- 27,34 ----
  - fixed bug with unregistering for bound symbols
  - removed virtual m_assist function (which was only useful for Max)... stick to static assist strings
+ - removed virtual flext_dsp::m_enable function (which wasn't present for Max/MSP)
  - added m_click method which gets called on alt-click (PD) resp. double clicks (Max) onto the object box
+ - in ToOut check if we are inside dsp (and use ToQueue then...)
+ - some restructuring and use symbols (rather the char *) natively for AddMethod* and AddAttrib* functions
  
  0.4.7:





More information about the Pd-cvs mailing list