generateMidi is a useful tool create midi files for one or more of the chord scales. I created it after after wanting to create an Ableton Live init file that is pre-populated with all the chord scales I could use to paint my music.
- Download this repo to your local drive.
- Open a terminal.
- Navigate in your terminal to the folder containing this repo.
- Execute the command in your terminal
python3 generateMidi
. - Notice that a new folder will be generated called
Chord_Scales
. - Explore this folder. Find midi files you want to use. Import them into your DAW of choice.
Your contributions to this project are very much appreciated. If you would like to help make this project better, fork to repo and create a pull request. Alternatively, you can open an issue with the tag "request." Please star this project!
- Fork the Project and make a branch with your feature (
git checkout -b feature/myFeature
). - Commit your Changes (
git commit -m 'Added myFeature'
). - Push to the Branch (
git push origin feature/myFeature
). - Open a Pull Request.
Distributed under the MIT License. See LICENSE.txt
for more information.
You can contact me via my website at gelvinwhite.com.