Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T23:33:40.000Z (over 3 years ago)
- Last Synced: 2023-03-04T15:29:52.594Z (almost 2 years ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- 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`