]> git.cworth.org Git - scherzo/commitdiff
Simplify chord-signature matching by dropping duplicates first
authorCarl Worth <cworth@cworth.org>
Wed, 18 Sep 2013 18:21:34 +0000 (11:21 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 18 Sep 2013 18:21:34 +0000 (11:21 -0700)
Previously, all the duplicate notes were still present in the chord
while trying to determine if the duplicate matched. Now, we cull out
the duplicates before looking for a match, which makes the matching
code much simpler.


No differences found