Crates.io | midi2-clip |
lib.rs | midi2-clip |
version | 0.1.0 |
source | src |
created_at | 2024-09-02 10:13:50.289727 |
updated_at | 2024-09-02 10:13:50.289727 |
description | A lightweight utility for reading and writing MIDI 2.0 clip files. |
homepage | |
repository | https://github.com/BenLeadbetter/midi2-clip |
max_upload_size | |
id | 1360360 |
size | 5,288 |
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.
To enable support for Standard MIDI Files (SMF) enable the "smf" feature.
midi2-clip = { version = "0.1.0", features = ["smf"] }