calculateRealValue
Description​
Calculates the real note value of this note as midi key respecting the given options.
- JavaScript
- C#
- Kotlin
calculateRealValue(applyTranspositionPitch: boolean, applyHarmonic: boolean): numberdouble CalculateRealValue(bool applyTranspositionPitch, bool applyHarmonic)fun calculateRealValue(applyTranspositionPitch: Boolean, applyHarmonic: Boolean): Double| Parameter | Summary |
|---|---|
applyTranspositionPitchAll | Whether or not to apply the transposition pitch of the current staff. |
applyHarmonicAll | Whether or not to apply harmonic pitches to the note. |
Returns​
The calculated note value as midi key.