Skip to main content

loadSoundFont

since 0.9.6

Description​

Same behavior as Api.LoadSoundFont but only raw byte arrays are accepted as parameter.

Signatures​

TypeValues
void LoadSoundFont(byte[] raw, bool append).net

Load the soundfont from the given raw bytes. Append since

1.1.0-alpha.34
function loadSoundFont(uint8array, append)JavaScript

Load the soundfont from the given raw bytes. Append since

1.1.0-alpha.34