bgr / mingus

Automatically exported from code.google.com/p/mingus
GNU General Public License v3.0
1 stars 1 forks source link

Some chords are not recognized #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
mingus.core.chords.from_shorthand('B7sus4') raises the exception:

File "/var/www/instachords.com/web/mingus/core/chords.py", line 1058, in 
from_shorthand
    raise FormatError, "Unknown shorthand: %s" % shorthand_string
mingus.core.mt_exceptions.FormatError: Unknown shorthand: B7sus4

Original issue reported on code.google.com by sapar...@gmail.com on 24 Mar 2011 at 1:33

GoogleCodeExporter commented 9 years ago
The syntax for B7sus4 chords seems to be Bsus47. This seems to be a fairly 
uncommon syntax, maybe the alternative form should also be accepted?

"add" chords are not recognized either, e.g Cadd9.

Original comment by sapar...@gmail.com on 24 Mar 2011 at 5:49

GoogleCodeExporter commented 9 years ago
Thanks for the report. They will be added to the next release.

Original comment by Rhijnauwen@gmail.com on 27 Mar 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Assigned to Rhijnauwen :)

Original comment by carlo.stemberger@gmail.com on 16 May 2011 at 10:37

GoogleCodeExporter commented 9 years ago
This issue was closed by revision e16f9a356edd.

Original comment by Rhijnauwen@gmail.com on 18 May 2011 at 7:40