Skip to main content

loadSoundFont

Description​

Loads a soundfont from the given data

loadSoundFont(data: Uint8Array, append: boolean): void
ParameterSummary
dataAll

a byte array to load the data from

appendAll

Whether to fully replace or append the data from the given soundfont.