BASS.NET API for the Un4seen BASS Audio Library

BASSMIDIFont Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The LoadFont flags to be used with BASS_MIDI_FontLoad(Int32, Int32, Int32)

Namespace:  Un4seen.Bass.AddOn.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum BASSMIDIFont
Members

  Member nameValueDescription
BASS_MIDI_FONTLOAD_NOWAIT1 Don't wait for the samples to load
BASS_MIDI_FONTLOAD_COMPACT2 Compact samples
BASS_MIDI_FONTLOAD_NOLOAD4 Don't load (only compact)
BASS_MIDI_FONTLOAD_TIME8 Length is in milliseconds
BASS_MIDI_FONTLOAD_KEEPDEC16 keep decoders
See Also

Reference