|
Lines 167-182
typedef char int8;
Link Here
|
| 167 |
|
167 |
|
| 168 |
#define MAX_AMPLIFICATION 800 |
168 |
#define MAX_AMPLIFICATION 800 |
| 169 |
|
169 |
|
| 170 |
/* You could specify a complete path, e.g. "/etc/timidity.cfg", and |
|
|
| 171 |
then specify the library directory in the configuration file. */ |
| 172 |
#define CONFIG_FILE "timidity.cfg" |
| 173 |
#define CONFIG_FILE_ETC "/etc/timidity.cfg" |
| 174 |
#define CONFIG_FILE_ETC_TIMIDITY "/etc/timidity/timidity.cfg" |
| 175 |
|
| 176 |
#if defined(__WIN32__) || defined(__OS2__) |
170 |
#if defined(__WIN32__) || defined(__OS2__) |
| 177 |
#define DEFAULT_PATH "\\TIMIDITY" |
171 |
#define DEFAULT_PATH "\\TIMIDITY" |
| 178 |
#else |
172 |
#else |
| 179 |
#define DEFAULT_PATH "/usr/local/lib/timidity" |
173 |
#define DEFAULT_PATH "/usr/share/timidity" |
| 180 |
#endif |
174 |
#endif |
| 181 |
|
175 |
|
| 182 |
/* These affect general volume */ |
176 |
/* These affect general volume */ |