Set full path of the Timidity config file.
Defined in <SDL_mixer.h>
int Mix_SetTimidityCfg(const char *path);
const char * | path | path to a Timidity config file. |
(int) Returns 1 if successful, 0 on error.
For example, "/etc/timidity.cfg"
This is obviously only useful if SDL_mixer is using Timidity internally to play MIDI files.
This function is available since SDL_mixer 2.6.0.