BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_FONTEX Fields

BASS.NET API for the Un4seen BASS Audio Library

The BASS_MIDI_FONTEX type exposes the following members.

Fields

  NameDescription
Public fielddbank
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.
Public fielddbanklsb
Destination bank number LSB. This is the MIDI_EVENT_BANK_LSB event value that the soundfont is used for.
Public fielddpreset
Destination preset/program number... 0-65535, -1 = all presets. This determines what MIDI_EVENT_PROGRAM event value(s) the soundfont is used for.
Public fieldfont
Soundfont handle, previously inititialized with BASS_MIDI_FontInit(String, BASSFlag).
Public fieldsbank
Soundfont bank number... 0-128, -1 = use all banks.
Public fieldspreset
Soundfont preset number... 0-127, -1 = use all presets.
Top
See Also

Reference