Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xde57/scales
a simple music learning tool
https://github.com/0xde57/scales
education experimental midi music music-learning scale
Last synced: 7 days ago
JSON representation
a simple music learning tool
- Host: GitHub
- URL: https://github.com/0xde57/scales
- Owner: 0XDE57
- License: mit
- Created: 2016-12-10T00:37:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T06:58:50.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T12:11:50.617Z (over 1 year ago)
- Topics: education, experimental, midi, music, music-learning, scale
- Language: Python
- Size: 242 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scales
a simple music learning toolan experimental project with the goal of learning music theory, and implementing what I learn into this toy
![screenshot](/documentation/ui.png)## How does it work?
Documentation in the [wiki](https://github.com/0XDE57/scales/wiki/How-to-calculate-notes-and-frequencies%3F)## dependencies
- Python
- tkinter
- python-rtmidi (https://github.com/SpotlightKid/python-rtmidi)## build and run
1. install python 3.
2. install python-rtmidi library from pip:
`pip install python-rtmidi`
3. run:
`python scales.py`Note: Turns out there are a multiple variants of rtmidi available in pip with very similar package names (rtmidi, rtmidi2, rtmidi-python, python-rtmidi).
Installing the incorrect one will cause compile errors. The correct one is **python-rtmidi**.(last tested with python 3.10 and python-rtmidi 1.4.9)