https://github.com/jimmymcbride/musical-graphs
a mini python program that takes a root note and a modal scale as input and gives you back the notes of that scale
https://github.com/jimmymcbride/musical-graphs
Last synced: 4 months ago
JSON representation
a mini python program that takes a root note and a modal scale as input and gives you back the notes of that scale
- Host: GitHub
- URL: https://github.com/jimmymcbride/musical-graphs
- Owner: JimmyMcBride
- Created: 2020-05-13T22:30:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T23:33:40.000Z (about 4 years ago)
- Last Synced: 2025-01-15T13:10:09.506Z (5 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Musical Graphs 🎵
This is a very small app that takes in the input
for a root note and a modal scale and gives you
back the notes in that scale.## Install And Run
### Step 1
`pipenv shell`
### Step 2
`pipenv install`
### Step 3
`python app.py`
or...
`python3 app.py`