-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|