MrvKrt / sonify

Use data to create and play MIDI files!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonify!

Take a CSV of data, output sound! Using Python!

Setup

From inside a virtualenv, run:

  • mkvirtualenv --python=python3 sonify
  • python 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

About

Use data to create and play MIDI files!

License:MIT License


Languages

Language:Python 100.0%