BASS_MIDI_FontFree
Frees a soundfont.
BOOL BASS_MIDI_FontFree( HSOUNDFONT handle );
Parameters
handle | The soundfont handle. |
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. |