rualark / MGen

MGen: Windows PC C++ music generation and analysis laboratory, playing into MIDI port and exporting MIDI
http://arkhipenko.weebly.com
GNU Affero General Public License v3.0
45 stars 11 forks source link

CA3: 7th chord is not detected #2590

Closed rualark closed 5 years ago

rualark commented 5 years ago

image

rualark commented 5 years ago

chm[7] is 3 cchns[7] has [4], [5], [8] set to 2 chm_gis[7] is 0 cct[7] is 5, 8, 0, 3 cctp[7] is 2, 2, 0, 0

rualark commented 5 years ago

Problem here is that E natural is not part of melodic minor. Algorithm is not adapted to this alteration and cannot detect 7th chord. Possible solution to this would be to check diatonic instead of chromatic.

rualark commented 5 years ago

For now I do not do that