Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24067
Modified Files: changes.txt notes.txt Log Message: build system: added profiler mode, more fixes fixed buggy unbinding of receive symbols fixed shared library names better templates, some minor changes added method for clicks into object box
Index: notes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/notes.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** notes.txt 8 Jan 2005 04:58:29 -0000 1.2 --- notes.txt 11 Jan 2005 04:58:11 -0000 1.3 *************** *** 43,46 **** --- 43,47 ---- - add signal in/out connection query function
+ - support creation of buffers - support for Max qelem style
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.69 retrieving revision 1.70 diff -C2 -d -r1.69 -r1.70 *** changes.txt 8 Jan 2005 04:58:28 -0000 1.69 --- changes.txt 11 Jan 2005 04:58:11 -0000 1.70 *************** *** 25,28 **** --- 25,31 ---- - support for buffer locking (flext::buffer::Lock() and Unlock()) - it's a must for Max/MSP at least - use new PD idle callback for queues messages (currently in devel_0_38) + - fixed bug with unregistering for bound symbols + - removed virtual m_assist function (which was only useful for Max)... stick to static assist strings + - added m_click method which gets called on alt-click (PD) resp. double clicks (Max) onto the object box
0.4.7: