Skip to content

Python package to read & write midi file data from / to data frames

License

Notifications You must be signed in to change notification settings

urswilke/miditapyr

Repository files navigation

Miditapyr

MIDI TAbulation in PYthon (and for R)

PyPI version codecov Documentation Status gh actions tests Lifecycle: experimental

Work in progress!

This python package can be used to read in midi files (via mido) in dataframes. These dataframes can then also be read in in R via the package pyramidi. The dataframes then can be easily modified and visualized. Finally they can be written back to midi files via mido.

Installation

pip install miditapyr

If you are an R user check out the related R package pyramidi.

Documentation

Documentation can be found here

Usage

miditapyr provides a MidiFrames class. A jupyter notebook how to use this class is shown in the documentation.

The low-level functions which this class uses are demonstrated in a notebook for functions usage.

These notebooks can also be downloaded from the repo.

Release History

Please find the changelog here: CHANGELOG.md

License

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/UrsWilke/miditapyr/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'commit message text for fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Python package to read & write midi file data from / to data frames

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages