[PD-cvs] externals/grill/flext changes.txt,1.76,1.77

Thomas Grill xovo at users.sourceforge.net
Sun Mar 13 05:56:32 CET 2005


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

Modified Files:
	changes.txt 
Log Message:
fixes for attribute editor (to deal with large dialogs)
fix for gcc strangeness
eliminated ChannelsIn/ChannelsOut
moved ShouldExit to flext namespace
new naming for some virtual callback functions
fix for flext_dsp @ Max


Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** changes.txt	12 Mar 2005 04:56:31 -0000	1.76
--- changes.txt	13 Mar 2005 04:56:26 -0000	1.77
***************
*** 35,38 ****
--- 35,40 ----
  - eliminated misleading flext_dsp::ChannelsIn and ChannelsOut
  - added lock-free Lifo and Fifo structures and used it with message queueing and thread management
+ - eliminated default "help" (m_help) method... should be implemented in the flext-based object
+ - changed virtual callback names m_loadbang, m_method_, m_dsp, m_signal, m_click to CbLoadbang, CbMethodResort, CbDsp, CbSignal, CbClick
  
  0.4.7:





More information about the Pd-cvs mailing list