sonify
sonify copied to clipboard
Use data to create and play MIDI files!
Sonify!
Take a CSV of data, output sound! Using Python!
Setup
From inside a virtualenv, run:
mkvirtualenv --python=python3 sonifypython setup.py install
ability to install via pypi coming soon!
Running the examples
There's a jupyter notebook in the examples/ folder.
To run those examples, you'll need to install from the example's requirements.txt file.
from inside your virtualenv...
pip install -r examples/requirements.txt
For now, there are a few examples in the included jupyter notebook
Start the notebook with:
jupyter notebook