Skip to main content

loadSoundFont

Description​

Attempts a load of the score represented by the given data object.

loadSoundFont(data: unknown, append: boolean): boolean
ParameterSummary
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