MIDI TAbulation in PYthon (and for R)
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.
pip install miditapyr
If you are an R user check out the related R package pyramidi.
Documentation can be found here
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.
Please find the changelog here: CHANGELOG.md
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/UrsWilke/miditapyr/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'commit message text for fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request