1 parent 6413fee commit 0cb7960Copy full SHA for 0cb7960
1 file changed
src/track/keyutils.cpp
@@ -668,7 +668,7 @@ KeyChange KeyUtils::calculateGlobalKey(
668
if (it.value().framePos.value() > max_delta) {
669
max_key = it.value();
670
max_delta = it.value().framePos.value();
671
- // Calculate the average Tunig Frequency weighted by duration
+ // Calculate the average Tuning Frequency weighted by duration
672
max_key.tuningFrequencyHz /= max_delta;
673
}
674
0 commit comments