Does not recognize augmented chords.

• Apr 26, 2018 - 15:25
Type
Functional
Severity
S5 - Suggestion
Status
closed

Does not recognize augmented chords, The plugin shows them as mayor chords, but it does not show their augmented fifths.

Attachment Size
Sin título.jpg 22.12 KB

Comments

Status (old) needs info active
Status needs info active
Reported version 2.1  

I'm pretty sure this has just not been implemented yet, so is not a bug but rather a feature request. And by no means critical, as that is reserved for crashes and corruptions ;-)

In reply to by Jojo-Schmitz

Not a patch actually :)

So it will only work properly on notation: 0. (default) //e.g.: chords displayed as: CMaj7, Cm7
while:

119         var INVERSION_NOTATION = 0

Because I commented the line 298. (because of the 7, Maj7 etc. didn't look right):

297            }else{  //we have a 7th chord
298               //chordName += inversion7th[inv];

And I've added the necessary changes here.

156          var chord_str = ["", "m", "o", "Maj7", "m7", "7", "o7", "Maj7(#5)", "7(#5)", "(#5)", "m7b5", ""];

More accurate version. (notation:0 only)
recognizes: Major, minor, dim, sus4, 7sus4, Maj7, m(Maj7), m7, 7, dim7, Maj7(#5), 7(#5), (#5), m7b5, 7(b5), add9, Maj7(9), 7(9), m(add9), m9(Maj7), m7(9), Maj7(#11), 7(#11), 7(13), 7(b9), 7(b13), 7(#9), m7(11), 5

not recog.: 6 (r.as vi m7/i), m6 (r.as vi m7b5/i), sus2 (r.as V sus4/i), 6/9 (r.as vi m7(11)/i ), 1+8;

a test score is included (You can run the plug-in on this file).

Attachment Size
chordIdentifierSp2.zip 19.86 KB

version 2_1:
1. Some necessary fixes, adjustments, and changes were made.
2. minor-version number is added: "chordIdentifierSp2_1.qml"
3. New test-score is created: "ChordTest_2_1.mscz"
4. Chord list is added (as text file): "chordTypes-ChordIdentifierSp2_1.txt"

Attachment Size
chordIdentifierSp2_1.zip 20.78 KB