BASS.NET API for the Un4seen BASS Audio LibraryBASS_MIDI_FONT MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_MIDI_FONT type exposes the following members.
Constructors

  NameDescription
Public methodBASS_MIDI_FONT
Constructor already setting the members.
Back to Top
Methods

  NameDescription
Public methodToString
A description of the soundfont configuration object (font, preset, bank)
(Overrides OnlineValueType ToString .)
Back to Top
Fields

  NameDescription
Public fieldbank
Base bank number, or the bank number of the individual preset. This determines what MIDI_EVENT_BANK event value(s) the soundfont is used for.
Public fieldfont
Soundfont handle, previously inititialized with BASS_MIDI_FontInit(String, BASSFlag).
Public fieldpreset
Preset number... 0-65535, -1 = use all presets in the soundfont. This determines what MIDI_EVENT_PROGRAM event value(s) the soundfont is used for.
Back to Top
See Also