Retrieves the name of a preset in a soundfont.
char *BASS_MIDI_FontGetPreset(
HSOUNDFONT handle,
int preset,
int bank
);
| handle | The soundfont to get the preset name from. |
| preset | Preset number... -1 = any preset (the first encountered). |
| bank | Bank number... -1 = any bank (the first encountered). |
| BASS_ERROR_HANDLE | handle is not valid. |
| BASS_ERROR_NOTAVAIL | The soundfont does not contain the requested preset. |
Drum sets are located in bank 128.