data_sonification_piano_bar
A SRCCON 2016 experiment.
Quickstart
- Fork the repo (Feel free to submit pull requests for the group!)
- Set up your virtual environment. (Basically, install miditime.)
mkvirtualenv pianobar
pip install -r requirements.txt
What next?
- Get a CSV with a date/time element (date, datetime, year, month, week, etc.) and some other value (something you would normally put on a Y-axis of a chart).
- Save a (renamed) copy of coal2midi.py (or just crib from it). Be sure to change the output .mid filename.
- Run
python yourfilename.py
. - Play your .mid file, or import it into a sheetmusic program like Musescore.