a simple music learning tool
an experimental project with the goal of learning music theory, and implementing what I learn into this toy
Documentation in the wiki
- Python
- tkinter
- python-rtmidi (https://github.com/SpotlightKid/python-rtmidi)
- install python 3.
- install python-rtmidi library from pip:
pip install python-rtmidi
- 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)