Skip to main content

A python wrapper to learn music theory in Guitar.

Project description

A python wrapper to learn muisc thoery

Read docs here

Examples:

$ python -i wapper.py
>>> generate_interval('Db', 'A5')
>>> ['A']
>>> generate_chord('E', '7')
>>> ['E', 'G#', 'B', 'D']
>>> generate_scale('F#', 'mixolydian')
>>> ['F#', 'G#', 'A#', 'B', 'C#', 'D#', 'E', 'F#']
>>> generate_progression('Ab', 'major_sevenths')
>>> ['Abmaj7', 'Bbm7', 'Cm7', 'Dbmaj7', 'Eb7', 'Fm7', 'Gm7b5', 'Abmaj7']

To do:

Transform note to pitch and/or frequency

Generate random rhythm with a specific style

Chordify melodic

Generate according exercises

Show('midi') and Show('scores')

Integrate with Aria Maestosa

Learn music by music (Neural networks)

Music Visualization

Based on the following books:

Harmony and Theory: A Comprehensive Source for All Musicians

Jazz Improvisation For Guitar - A Harmonic Approach

The Advancing Guitarist

Ear Training for the Contemporary Musician

License:

This was made by Xi He heeryerate@gmail.com.

Reference:

GitHub/musthe

GitHub/midiutil

music21

Aria Maestosa

Other resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guitarHarmony-0.5.4.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

guitarHarmony-0.5.4-py3-none-any.whl (12.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page