countInVolume
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​
- JavaScript
- jQuery
- C#
- Android
const 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;
val api = AlphaTabApi<MyControl>(...)
api.countInVolume = 0.5