Skip to main content

calculateRealValue

Description​

Calculates the real note value of this note as midi key respecting the given options.

calculateRealValue(applyTranspositionPitch: boolean, applyHarmonic: boolean): number
ParameterSummary
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.