BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_FONTEX Constructor

BASS.NET API for the Un4seen BASS Audio Library
Constructor already setting the members.

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

public BASS_MIDI_FONTEX(
	int Font,
	int SPreset,
	int SBank,
	int DPreset,
	int DBank,
	int DBanklsb
)

Parameters

Font
Type: SystemInt32
The soundfont handle to use.
SPreset
Type: SystemInt32
Soundfont preset number... -1 = use all presets.
SBank
Type: SystemInt32
Soundfont bank number... -1 = use all banks.
DPreset
Type: SystemInt32
Destination preset/program number... -1 = all presets. This determines what MIDI_EVENT_PROGRAM event value(s) the soundfont is used for.
DBank
Type: SystemInt32
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
Type: SystemInt32
Destination bank number LSB. This is the MIDI_EVENT_BANK_LSB event value that the soundfont is used for.
See Also

Reference