nannou_midi 0.20.0

The MIDI API for nannou - the creative-coding framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.