Skip to main content

countInVolume

since 1.1.0
countInVolumeJavaScriptCountInVolume.netcountInVolumeAndroid

Description​

The volume of the count-in metronome ticks. 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.

countInVolume: number = 0;

Examples​

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