(This function is part of SDL_mixer, a separate library from SDL.)

Mix_GetSoundFonts

Get SoundFonts paths to use by supported MIDI backends.

Header File

Defined in SDL_mixer.h

Syntax

const char* Mix_GetSoundFonts(void);

Return Value

Returns semicolon-separated list of sound font paths.

Remarks

There are several factors that determine what will be reported by this function:

This returns a pointer to internal (possibly read-only) memory, and it should not be modified or free'd by the caller.

Version

This function is available since SDL_mixer 2.0.0.


CategoryAPI, CategoryAPIFunction