midi2-clip 0.1.0

A lightweight utility for reading and writing MIDI 2.0 clip files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 📎 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.

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