Update of /cvsroot/pure-data/externals/grill/vst In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3520
Modified Files: readme.txt vst.vcproj Log Message: much cleaner Window GUI code fixed bug with param method updated build system minimal feedback attribute for parameter reporting clean handling of plugin deletion (potentially open editor window etc.) updated for new flext function naming names containing spaces are now correctly dumped added event processing (like Midi in) more consistent MIDI functionality trying to catch crashing plugins
Index: vst.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/vst.vcproj,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** vst.vcproj 12 Mar 2005 04:59:15 -0000 1.17 --- vst.vcproj 16 Mar 2005 04:59:33 -0000 1.18 *************** *** 249,252 **** --- 249,255 ---- </File> <File + RelativePath=".\src\editor.h"> + </File> + <File RelativePath=".\src\editorwin.hpp"> </File>
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/readme.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** readme.txt 11 Mar 2005 04:58:00 -0000 1.14 --- readme.txt 16 Mar 2005 04:59:33 -0000 1.15 *************** *** 59,62 **** --- 59,66 ---- - pre19: restructured code and added time info - pre19: support for event processing (like MIDI in) + - pre21: consistent MIDI handling, correct handling of parameters with spaces + - pre22: cleaner GUI code, all kinds of window handling + - pre22: catch exceptions like crashing plugs + - pre23: security measures for open edit window
0.0.0: