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 should not be detected if there is no 3rd or 5th note in chord. Convoluted harmony instead #2635

Closed rualark closed 5 years ago

rualark commented 5 years ago

If only root and 7th harmonic notes exist in chord, 7th chord should not be detected -convoluted harmony should be detected instead.

This means that such a variant should have nct_count > 0

rualark commented 5 years ago

Actually, nct_count should be renamed into ignore_hv (ignore harmonic variant)