Set full path of the Timidity config file.
Defined in <SDL3_mixer/SDL_mixer.h>
bool Mix_SetTimidityCfg(const char *path);
const char * | path | path to a Timidity config file. |
(bool) Returns true on success or false on failure; call SDL_GetError() for more information.
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 3.0.0.