From: Stephane L. <le...@gr...> - 2003-01-22 10:22:18
|
The parser code has be cleanup up in the following way: - library specific part of the guido.cpp file have been removed and moved in new files in the corresponding libraries (GUIDOEngine and Guido2Midi). The guido.cpp file should now contain only common code. - new gd_imp_init and gd_imp_exit entry points have been added in the guido.h file. Their purpose in to allow library implementation of the parser API to have specific initialization and cleanup code. gd_imp_init and gd_imp_exit functions are called in the parser global gd_init and gd_exit entry points. - new files GUIDOEngineParser.cpp (GUIDOEngine library) and Gmn2MidiParser.cpp (Gmn2Midi library) have been added. Stephane Grame: Centre National de creation musicale 9, Rue du Garet 69001 Lyon Tel: 04-72-07-37-00 Fax: 04-72-07-37-01 Web: www.grame.fr |