#midi #events #channel #constants #data #time #most

midi-consts

A crate with constants for handling MIDI data

1 unstable release

0.1.0 Feb 16, 2020

#737 in Audio

Download history 260/week @ 2023-12-04 194/week @ 2023-12-11 257/week @ 2023-12-18 219/week @ 2023-12-25 158/week @ 2024-01-01 224/week @ 2024-01-08 220/week @ 2024-01-15 192/week @ 2024-01-22 186/week @ 2024-01-29 279/week @ 2024-02-05 241/week @ 2024-02-12 375/week @ 2024-02-19 333/week @ 2024-02-26 400/week @ 2024-03-04 340/week @ 2024-03-11 535/week @ 2024-03-18

1,677 downloads per month
Used in 3 crates

MIT/Apache

18KB
92 lines

Midi consts

A crate with constants for handling MIDI data, written in Rust.

Features

Currently, only channel events are supported. In order to spend developer time most effectively, we'll add other event types only as needed. If you would like support for more, you can open an issue or send me an e-mail to the email address in the commits.

Contributing

We welcome contributions, both in the form of issues and in the form of pull requests. Before opening a pull request, please open an issue first so that you know whether a subsequent merge request would likely be approved.

If you don't have a Codeberg account, alternatively, you can contribute via e-mail (an email address is in the commits). But just creating a Codeberg account is probably the easiest.

License

midi-consts is distributed under the terms of the MIT license or the Apache License (Version 2.0), at your choice. For the application of the MIT license, the examples included in the doc comments are not considered "substatial portions of this Software".

Unless explicitly stated otherwise, you agree that your contributions are licensed as described above.

No runtime deps