____________________________
____________________________
________Chord Finder________
____________________________

** This code is GPL V2 licensed, see LICENSE file for more information **

This program displays graphical representations of various static and movable chords.
For more information about the code, see the docs directory

Requirements:
- sox package (from yum or apt), if chord playback is required
- python 3
- wx widgets / wxPython
- Linux (this code is not tested on windows, please email me with feedback and info of experiences)

Installation:
    pip3 install chord_finder

Uninstallation:
    pip3 uninstall chord_finder

Contact:
- Please use my gmail address, which is available from the project's pages

URL:
- http://code.google.com/p/chord-finder

KNOWN ISSUES:
    - Code needs a little more robustness
    - Slight display issue with arc on barre chords with 2 string spans
    - Phantom root nodes are not displayed
    - No code to display root note on root finder image yet
    - Many arbitory values and hard coded values / fonts

Credits:
- Stepen Smally; initial concept
- Joanna Pearce; movable chord data
- Sergey Davidoff; Gm chord data
