Query the active SoundFont, its name, origin, and readiness.
More...
|
|
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.
|
Query the active SoundFont, its name, origin, and readiness.