Skip to content

0XDE57/scales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34384bc Â· Sep 22, 2024

History

49 Commits
Mar 8, 2018
Dec 10, 2016
Dec 10, 2016
Dec 24, 2020
Sep 22, 2024
Jan 29, 2021
Dec 18, 2022
Dec 18, 2022
Dec 18, 2022
Dec 18, 2022
Dec 18, 2022
Jan 14, 2023
Jan 31, 2018
Mar 8, 2018

Repository files navigation

scales

a simple music learning tool

an experimental project with the goal of learning music theory, and implementing what I learn into this toy screenshot

How does it work?

Documentation in the wiki

dependencies

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)