Skip to main content

countInVolume

since 1.1.0

Description​

Gets or sets the volume of the metronome during the count-in of the song. By default the count-in is disabled but can be enabled by setting the volume different.

countInVolumeJavaScript
alphaTab('countInVolume')jQuery
CountInVolume.net

Types​

doubleAll

Default Value​

0.0

Examples​

var api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.countInVolume = 0.5;
$('#alphaTab').alphaTab('countInVolume', 0.5)
var api = new AlphaTabApi<MyControl>(...);
api.CountInVolume = 0.5;