BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_FONTEX2 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.7
Syntax

public BASS_MIDI_FONTEX2(
	int Font,
	int SPreset,
	int SBank,
	int DPreset,
	int DBank,
	int DBanklsb,
	int MinChan,
	int NumChan
)

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.
MinChan
Type: SystemInt32
Minimum MIDI channel number... 0 = channel 1. This and numchan determine which MIDI channels the soundfont is used in.
NumChan
Type: SystemInt32
Number of MIDI channels from minchan... 0 = unlimited.
See Also

Reference