# nannou_midi
**The MIDI API for** [**nannou**](https://nannou.cc)**, the creative coding
framework.**
**nannou_midi** uses [**midir**](https://crates.io/crates/midir) for
cross-platform MIDI I/O, with inspiration from
[**bevy_midi**](https://github.com/BlackPhlox/bevy_midi). MIDI ports are
automatically discovered as entities and connections are managed through the ECS.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](../LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](../LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.