midi2-clip 0.1.0

A lightweight utility for reading and writing MIDI 2.0 clip files.
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 4 items with examples
  • Size
  • Source code size: 14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 52s Average build duration of successful builds.
  • all releases: 52s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • BenLeadbetter/midi2-clip
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • BenLeadbetter

📎 midi2-clip 📎

A lightweight utility for reading and writing MIDI 2.0 clip files.

[!CAUTION]

WIP This project is still in early development.
Expect missing features, breaking changes and bugs. Please report any issues you encounter.

Support for Standard MIDI File format

To enable support for Standard MIDI Files (SMF) enable the "smf" feature.

midi2-clip = { version = "0.1.0", features = ["smf"] }