A Python module for Standard MIDI Files, providing bindings to libsmf.
Note: Ensure that libsmf
and associated development tools are present.
To build, use the build
module or any PEP-517 compatible
backend of your choice.
Afterwards, the wheel can be installed with pip.
python -m build --wheel
pip install dist/*.whl
- see the scripts in the
examples
directory - read the docstrings
- read the code :)
BSD-2-Clause, as per LICENSE
Copyright (C) 2009-2011 Dominic Sacré dominic.sacre@gmx.de
Copyright (C) 2023 pysmf Contributors