Metadata-Version: 2.1
Name: py-midicsv
Version: 1.8.2
Summary: A library for converting MIDI files from and to CSV format.
Home-page: https://github.com/timwedde/py_midicsv
Author: Tim Wedde
Author-email: timwedde@icloud.com
License: MIT
Keywords: midi converter csv
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Sound/Audio :: MIDI


py_midicsv is a Python port of the tools midicsv and csvmidi (http://www.fourmilab.ch/webtools/midicsv/),
which enable the conversion of MIDI files from and to CSV files, making them easier to work with.
The main advantage to representing MIDI events as text is the easy application
of text processing to these events, making MIDI files easy to work with and quick to modify.


