Iterate SoundFonts paths to use by supported MIDI backends
int Mix_EachSoundFont(int (SDLCALL *function)(const char*, void*), void *data);
function |
callback |
Returns position if successful, 0 on error
This function is available since SDL_mixer 2.0.0.