summaryrefslogtreecommitdiffstats
path: root/tdemid/version.h
blob: ed1090c6ebed365b1e166be6379f0ad76d58227e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#ifndef _VERSION_H


#define VERSION_NUM 2.0
#define VERSION_SHORTTXT "2.0"
#define VERSION_TXT "KMid 2.0" 

// 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 tdemid 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 

// Define MODE_DEMO_ONLYVISUAL for tdemid to work on systems with no soundcard,
// or when it is not well configured. You will only get visual feedback, that
// is, you will see the letter changing of colors, but no music. Really, you
// would get music if it is possible, but by defining this, many synchronization
// routines will be turned off.
//#define MODE_DEMO_ONLYVISUAL


// And now, DEBUG messages :
#ifdef WORKING
#define TDEMidDEBUG
//#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