loadSoundFont
Description​
Attempts a load of the score represented by the given data object.
- JavaScript
- C#
- Kotlin
loadSoundFont(data: unknown, append: boolean): boolean
bool LoadSoundFont(object data, bool append)
fun loadSoundFont(data: Any, append: Boolean): Boolean
Parameter | Summary |
---|---|
dataAll | The data object to decode |
appendAll | Whether to fully replace or append the data from the given soundfont. |
Returns​
true if the data object is supported and a load was initiated, otherwise false