Skip to content

Commit 0cb7960

Browse files
committed
fixup! Extend calculateGlobalKey() for tuning frequency averaging.
1 parent 6413fee commit 0cb7960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/track/keyutils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ KeyChange KeyUtils::calculateGlobalKey(
668668
if (it.value().framePos.value() > max_delta) {
669669
max_key = it.value();
670670
max_delta = it.value().framePos.value();
671-
// Calculate the average Tunig Frequency weighted by duration
671+
// Calculate the average Tuning Frequency weighted by duration
672672
max_key.tuningFrequencyHz /= max_delta;
673673
}
674674
}

0 commit comments

Comments
 (0)