loadSoundFont
Description​
Same behavior as Api.LoadSoundFont
but only raw byte arrays are accepted
as parameter.
Signatures​
Type | Values |
---|---|
function loadSoundFont(uint8array, append)JavaScript | Load the soundfont from the given raw bytes. Append since 1.1.0-alpha.34 |
void LoadSoundFont(byte[] raw, bool append).net | Load the soundfont from the given raw bytes. Append since 1.1.0-alpha.34 |
fun loadSoundFont(`data`: alphaTab.core.ecmaScript.Uint8Array, append: Boolean): UnitAndroid | Load the soundfont from the given raw bytes. Append since 1.1.0-alpha.34 |