Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaronoff97/midi_polyrhythm
helping out a friend with some crazy music shiz
https://github.com/jaronoff97/midi_polyrhythm
Last synced: 8 days ago
JSON representation
helping out a friend with some crazy music shiz
- Host: GitHub
- URL: https://github.com/jaronoff97/midi_polyrhythm
- Owner: jaronoff97
- Created: 2020-03-18T20:29:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T21:12:45.000Z (almost 5 years ago)
- Last Synced: 2024-10-28T15:48:35.517Z (about 2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# midi_polyrhythm
helping out a friend with some crazy music shiz# Setup
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```# Running (example)
```
python main.py 89,28,17,10 --filename crazy.scl
```