The BASS_MIDI_FONTEX2 type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| dbank |
Destination bank number, or a base bank number when using all presets from all banks. This determines what MIDI_EVENT_BANK event value(s) the soundfont is used for.
| |
| dbanklsb |
Destination bank number LSB. This is the MIDI_EVENT_BANK_LSB event value that the soundfont is used for.
| |
| dpreset |
Destination preset/program number... 0-65535, -1 = all presets. This determines what MIDI_EVENT_PROGRAM event value(s) the soundfont is used for.
| |
| font |
Soundfont handle, previously inititialized with BASS_MIDI_FontInit(String, BASSFlag).
| |
| minchan |
Minimum MIDI channel number... 0 = channel 1. This and numchan determine which MIDI channels the soundfont is used in.
| |
| numchan |
Number of MIDI channels from minchan... 0 = unlimited.
| |
| sbank |
Soundfont bank number... 0-128, -1 = use all banks.
| |
| spreset |
Soundfont preset number... 0-127, -1 = use all presets.
|
See Also