1 2 3 4 5 6 7 8
use midi_msg::Channel; #[derive(Debug)] pub struct MidiInputData<C> { pub channel: Channel, pub input_group: C, pub value: u8, }