Maestro - Midi Player Tool Kit for Unity Version 2.18.2
Loading...
Searching...
No Matches
Current SoundFont State

Query the active SoundFont, its name, origin, and readiness. More...

Properties

int MidiPlayerTK.MPTKSoundFont.DefaultBank [get, set]
 The default bank to use for instruments. Set to -1 to select the first bank.
int MidiPlayerTK.MPTKSoundFont.DrumBank [get, set]
 The bank to use for the drum kit. Set to -1 to select the last bank.
bool MidiPlayerTK.MPTKSoundFont.IsInternal [get]
 True if the Soundfont is loaded from the MPTK resources (internal).
False is the Soundfont is loaded from an external resources, local file or from an URL.
bool MidiPlayerTK.MPTKSoundFont.IsDefault [get]
 True if the Soundfont is loaded from the MPTK resources (internal) and is the default (selected in "Soundfont Setup").
bool MidiPlayerTK.MPTKSoundFont.IsReady [get]
 True if a Soundfont is available from internal or external.
ImSoundFont MidiPlayerTK.MPTKSoundFont.SoundFont [get]
 When a Soundfont is ready, return an instance of #ImSoundfont else return null.
string MidiPlayerTK.MPTKSoundFont.SoundFontName [get]
 Name of Soundfont.

Detailed Description

Query the active SoundFont, its name, origin, and readiness.