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

The BASS_MIDI_FONTINFO type exposes the following members.
Constructors

  NameDescription
Public methodBASS_MIDI_FONTINFO
Default constructor.
Back to Top
Methods

  NameDescription
Public methodToString
A description of the soundfont info object (name, copyright, comment, size etc.)
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldcomment
Any comments.
Public fieldcopyright
Copyright notice.
Public fieldname
Name of the soundfont.
Public fieldpresets
The number of presets/instruments in the soundfont.
Public fieldsamload
The amount of sample data currently loaded... -1 = the soundfont is memory mapped.
Public fieldsamsize
The total size (in bytes) of the sample data in the soundfont.
Public fieldsamtype
The BASS_CTYPE_STREAM_xxx format of the sample data if it's packed... -1 = unknown format (appropriate BASS add-on not loaded), 0 = not packed.
Back to Top
See Also