|
|
#ifndef _VERSION_H #define VERSION_NUM 0.9.5 #define VERSION_SHORTTXT "0.9.5" #define VERSION_TXT "LibKMid 0.9.5" // Undefine WORKING for release versions //#define WORKING // I want to keep some special variables defined at home for personal // adjustments //#define AT_HOME // The next definition makes kmid display some general debug messages // that may be helpful to locate any bug, but without making lots of // messages. Please when reporting a bug, be sure that this is set and // send me the output. //#define GENERAL_DEBUG_MESSAGES // And now, DEBUG messages : #ifdef WORKING #define KMidDEBUG //#define KDISPTEXTDEBUG //#define COLLECTDLGDEBUG //#define DEVICEMANDEBUG //#define FMOUTDEBUG //#define GUSOUTDEBUG //#define MIDFILEDEBUG //#define MIDIOUTDEBUG //#define MIDISTATDEBUG //#define MIDIMAPPERDEBUG //#define SYNTHOUTDEBUG //#define VOICEMANDEBUG //#define PLAYERDEBUG //#define TRACKDEBUG #endif #endif
Generated by: antonio@terminus on Mon Jan 17 22:58:35 2000, using kdoc 2.0a22. |