Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
endvvell authored Sep 21, 2021
1 parent 4d8966d commit fa0b3db
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# mu.py
Anki-like program to learn music theory by heart.

The values for tones, notes, and scales are determined algorithmically, meaning there is no stored value for, say 4th tone of D♯ Minor scale (G♯), but instead the algorithm goes through the list of all semi-tones in an octave and detirmines that value. This should make this script easily extendable to the entirety of music theory.
Right now the script is useful for learning all the different tones of any scale, so that playing music becomes intuitive. I will be adding other aspects of music theory later on.
The values for tones, notes, and scales are determined algorithmically, meaning there is no stored value for, say 4th tone of D♯ Minor scale (G♯), but instead the algorithm goes through the notes in an octave and detirmines that value. This should make this script easily extendable to the entirety of music theory.
Right now the script is useful for learning all the different tones of any scale, so playing music becomes intuitive.
I will be adding other aspects of music theory later on.


https://user-images.githubusercontent.com/34137807/133267633-0b887b4e-bbe5-4299-bd6d-8c0d2408ee45.mov
https://user-images.githubusercontent.com/34137807/134115583-1744cfd4-32a2-4da3-8313-fd49f4bf2a98.mov

0 comments on commit fa0b3db

Please sign in to comment.