Unknown
From BASS MIDI
BASS_MIDI_FontCompact
Compacts a soundfont's memory usage.
BOOL BASS_MIDI_FontCompact(
HSOUNDFONT handle
);
Parameters
| handle | The soundfont handle... 0 = all soundfonts. |
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. |