================================================================================
                            m   i   n   g   u   s
================================================================================

    mingus was created in order to deal with musical notation and theory in
    python. 

    Can be used for:
        * Music notation software
        * Music education software
        * Advanced trackers	
        * Composition tools

    Current features
	
    * notes: note to int conversion and vice versa. Augment and diminish
       notes. Take the minor and major. 
    * intervals: get diatonic intervals, get absolute intervals,
       interval recognition. 
    * scales: standard diatonic chords and modes + aliases, chromatic,
       whole note, scales
    * chords: diatonic triads and sevenths, absolute triads and sevenths, 
       chord recognition.
    * Other: deal with meter and progressions.

================================================================================
    R  E  S  O  U  R  C  E  S
================================================================================

	[0]	Download page
`		http://code.google.com/mingus

	[1]	The official project page
		http://code.google.com/mingus

	[2]	The announcement of mingus 0.2 + examples
		http://www.onderstekop.nl/articles/122/

================================================================================
    D  E  V  E  L  O  P  M  E  N  T
================================================================================

    mingus is currently maintained by Bart Spaans. onderstekop@gmail.com

================================================================================
    L  I  C  E  N  S  E
================================================================================

    mingus - Music theory Python package, 
    Copyright (C) 2008, Bart Spaans

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

================================================================================


================================================================================

