loadSoundFontFromUrl
Description​
Triggers a load of the soundfont from the given URL.
loadSoundFontFromUrl(url: string, append: boolean): void
Parameter | Summary |
---|---|
urlAll | The URL from which to load the soundfont |
appendAll | Whether to fully replace or append the data from the given soundfont. |