transpositionPitches
Description​
Gets the transposition pitches for the individual midi channels.
- JavaScript
- C#
- Kotlin
readonly transpositionPitches: Map<number, number>;
Map<double, double> TranspositionPitches { get; }
val transpositionPitches: alphaTab.collections.DoubleDoubleMap<Double, Double>