Skip to main content

alphaTab()

since 0.9.4

Description​

This jQuery specific function initializes alphaTab. For other systems this is not needed as the API is directly created.

Signatures​

alphaTab(settings)jQuery

Parameters​

ParametersTypeSummary
settingsjQueryAlphaTab.Settings

The settings to use for alphaTab. Either as JSON structure or as Settings instance.

Returns​

Nothing

Examples​

$('#alphaTab').alphaTab({
scale: 1.5
});