trackVolume
Description​
The volume for individual tracks as percentage (range: 0.0-3.0). The key is the track index, and the value is the relative volume. The configured volume (as per data model) still applies, this is an additional volume control. If no custom value is set, 100% is used. No values from the currently active synthesizer are applied.
The meaning of the key changes when used with AlphaSynth directly, in this case the key is the midi channel .
- JavaScript
- C#
- Kotlin
trackVolume: Map<number, number>;
Map<double, double> TrackVolume { get; set; }
var trackVolume: alphaTab.collections.DoubleDoubleMap<Double, Double>