xpans_spe_midi 0.1.2

Wraps xpans Spatial Property Exchange (SPE) messages in MIDI
Documentation
1
2
3
4
5
6
7
8
mod read;
mod write;

pub use read::read_message;
pub use write::write_message;

const SYSEX_PREFIX: u8 = 0xf0;
const SYSEX_SUFFIX: u8 = 0xf7;