summaryrefslogtreecommitdiffstats
path: root/src/analyzer
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-05 14:12:32 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-05 14:12:32 +0200
commit48927dbd9586f7923c987fe90f7f20e6b1887291 (patch)
treef76b9511f3d76535f4f83351a7990c6f1962e5cb /src/analyzer
parentfb747b6bbf92311b14b93c9500c8fac360cb2eb9 (diff)
parent40db30b6f17bef97d853c01c831fb61ec9bd358e (diff)
Merge branch '2.3' of github.com:mixxxdj/mixxx
Diffstat (limited to 'src/analyzer')
-rw-r--r--src/analyzer/plugins/analyzerkeyfinder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/analyzer/plugins/analyzerkeyfinder.cpp b/src/analyzer/plugins/analyzerkeyfinder.cpp
index f837e02266..97b4ee57ba 100644
--- a/src/analyzer/plugins/analyzerkeyfinder.cpp
+++ b/src/analyzer/plugins/analyzerkeyfinder.cpp
@@ -43,6 +43,8 @@ ChromaticKey chromaticKeyFromKeyFinderKeyT(KeyFinder::key_t key) {
return ChromaticKey::E_FLAT_MAJOR;
case (KeyFinder::E_FLAT_MINOR):
return ChromaticKey::E_FLAT_MINOR;
+ case (KeyFinder::E_MAJOR):
+ return ChromaticKey::E_MAJOR;
case (KeyFinder::E_MINOR):
return ChromaticKey::E_MINOR;
case (KeyFinder::F_MAJOR):