BASS.NET API for the Un4seen BASS Audio Library

BASS_MIDI_FONT 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_FONT(
	int Font,
	int Preset,
	int Bank
)

Parameters

Font
Type: SystemInt32
The soundfont handle to use.
Preset
Type: SystemInt32
The preset number to use (-1=use all presets).
Bank
Type: SystemInt32
The bank number to use.
See Also

Reference