BASS_MIDI_FontGetInfo

Retrieves information on a soundfont.

BOOL BASS_MIDI_FontGetInfo(
    HSOUNDFONT handle,
    BASS_MIDI_FONTINFO *info
);

Parameters

handleThe soundfont to get info on.
infoPointer 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_HANDLEhandle is not valid.

See also

BASS_MIDI_FontGetPreset, BASS_MIDI_FontGetPresets, BASS_MIDI_FONTINFO structure