BASS_MIDI_FontGetInfo
Retrieves information on a soundfont.
BOOL BASS_MIDI_FontGetInfo( HSOUNDFONT handle, BASS_MIDI_FONTINFO *info );
Parameters
handle | The soundfont to get info on. |
info | Pointer to a structure to receive the info. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
BASS_ERROR_HANDLE | handle is not valid. |