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
countInVolumeAndroid

Types​

doubleAll

Default Value​

0.0

Examples​

const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.countInVolume = 0.5;