Metadata-Version: 2.1
Name: midi_to_dataframe
Version: 0.3
Summary: Python library for converting between MIDI files and Pandas DataFrame objects.
Home-page: https://github.com/TaylorPeer/midi-to-dataframe
Author: Taylor Peer
Description-Content-Type: text/markdown
License-File: LICENSE

# MIDI-to-DataFrame
Python 3 library for converting between MIDI files and *Pandas* **DataFrame** objects for use in generative and predictive machine learning applications using symbolic music as training and evaluation material.

## Installation:
Once the above requirement has been installed, midi-to-dataframe can be installed as follows:

* `pip install midi-to-dataframe`

## Usage

Basic usage and configuration is demonstrated in the **basics** *Jupyter* notebook: https://github.com/TaylorPeer/midi-to-dataframe/blob/master/examples/basics.ipynb

## Known Issues

* Calculation of beat/measure information is incorrect for MIDI files using time signatures other than 4/4.
