The Patchbay_

mingus

Music-theory package for notes, scales, chords, progressions, and MIDI playback.

LanguagePython
CategoryComposition & notation
LicenseGPL-3.0
PlatformsmacOS Windows Linux
Installpip install mingus
First released2008
MaintainedNot actively maintained (last activity 2021)
LinksWebsite · Source

Strengths

Limitations

Best for

Exploring and computing Western music theory in Python.

Minimal example

from mingus.core import chords
print(chords.major_triad('C'))  # ['C', 'E', 'G']
print(chords.determine(['C', 'E', 'G']))

Alternatives to mingus

music21AbjadSCAMPisobar

← Back to all tools