Skip to content

Commit

Permalink
partial fix #167196: change some midi chord spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Feb 6, 2017
1 parent c66f162 commit 8e47999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mscore/importmidi/importmidi_chordname.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ QString readChordRoot(uchar byte)
QString readChordType(uchar chordTypeIndex)
{
static const std::vector<QString> chordTypes = {
"Maj"
"" // Maj
, "Maj6"
, "Maj7"
, "Maj7(#11)"
Expand All @@ -69,7 +69,7 @@ QString readChordType(uchar chordTypeIndex)
, "minMaj7(9)"
, "dim"
, "dim7"
, "7th"
, "7" // 7th
, "7sus4"
, "7b5"
, "7(9)"
Expand Down

0 comments on commit 8e47999

Please sign in to comment.