[LAU] Chord finder

Emiliano Grilli emiliano.grilli at gmail.com
Tue Jul 3 08:55:59 UTC 2012


2012/7/3 Bob van der Poel <bob at mellowood.ca>

> Does anyone know of a (preferably command line) program to generate
> chord names from note values. I'd like to be able to type in something
> like:
>
>  >> c d g
>
> and get back
>
> G major
>
> or something like that.
>
> Thanks.
>
>
My messages seem not to pass.. trying this one from the web interface of
gmail.

There is this one that is capable of doing what you ask:
http://code.google.com/p/mingus/


http://code.google.com/p/mingus/wiki/tutorialChords

>>> chords.determine(["C", "E", "G"])
['C major triad']
>>> chords.determine(["B", "C", "E", "G"])
['C major seventh, third inversion']
>>> chords.determine(["B", "C", "E", "G#"])
['C augmented major seventh, third inversion']

HTH

-- 
Emiliano Grilli
Linux user #209089
http://www.emillo.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20120703/e2909037/attachment.html>


More information about the Linux-audio-user mailing list