Skip to content

mididings/pysmf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysmf

A Python module for Standard MIDI Files, providing bindings to libsmf.

Usage

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

Documentation

  • see the scripts in the examples directory
  • read the docstrings
  • read the code :)

License

BSD-2-Clause, as per LICENSE

Copyright (C) 2009-2011 Dominic Sacré [email protected]

Copyright (C) 2023 pysmf Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published