pub struct SysExDecoder<'a>(/* private fields */);Expand description
Decoder to parse the a SysEx message The decoder is not meant to live longer than the message.
Implementations§
Source§impl SysExDecoder<'_>
impl SysExDecoder<'_>
Sourcepub fn decode(msg: &MidiMessage) -> Option<SysExDecoder<'_>>
pub fn decode(msg: &MidiMessage) -> Option<SysExDecoder<'_>>
Sourcepub fn is_universal_sysex(&self) -> bool
pub fn is_universal_sysex(&self) -> bool
Message is Universal SysEx