multiBarRestInfo
Description​
The information about which bars are displayed via multi-bar rests. The key is the start bar, and the value is the additional bars in sequential order. This info allows building the correct "next" beat and duration.
- JavaScript
- C#
- Kotlin
multiBarRestInfo: Map<number, number[]> | null;
Map<double, IList<double>>? MultiBarRestInfo { get; set; }
var multiBarRestInfo: alphaTab.collections.DoubleObjectMap<Double, alphaTab.collections.DoubleList>?