midi-io 0.2.1

Stream and send strictly-typed MIDI messages
Documentation
1
2
3
4
5
#[cfg(not(target_arch = "wasm32"))]
pub use std::time::Instant;

#[cfg(target_arch = "wasm32")]
pub use web_time::Instant;