alphaTab()
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​
Parameters | Type | Summary |
---|---|---|
settingsjQuery | AlphaTab.Settings | The settings to use for alphaTab. Either as JSON structure or as Settings instance. |
Returns​
Nothing
Examples​
- jQuery
$('#alphaTab').alphaTab({
scale: 1.5
});