1.1 --- a/include/SDL_mixer.h Mon Dec 16 10:55:10 2019 +0300
1.2 +++ b/include/SDL_mixer.h Tue Dec 17 14:56:04 2019 +0300
1.3 @@ -627,6 +627,10 @@
1.4 extern DECLSPEC const char* SDLCALL Mix_GetSoundFonts(void);
1.5 extern DECLSPEC int SDLCALL Mix_EachSoundFont(int (SDLCALL *function)(const char*, void*), void *data);
1.6
1.7 +/* Set/Get full path of Timidity config file (e.g. /etc/timidity.cfg) */
1.8 +extern DECLSPEC int SDLCALL Mix_SetTimidityCfg(const char *path);
1.9 +extern DECLSPEC const char* SDLCALL Mix_GetTimidityCfg(void);
1.10 +
1.11 /* Get the Mix_Chunk currently associated with a mixer channel
1.12 Returns NULL if it's an invalid channel, or there's no chunk associated.
1.13 */