Struct alsa::seq::MidiEvent [] [src]

pub struct MidiEvent(_);

snd_midi_event_t Wrapper

Sequencer event <-> MIDI byte stream coder

Methods

impl MidiEvent
[src]

Note: this corresponds to snd_midi_event_no_status, but on and off are switched.

Alsa-lib is a bit confusing here. Anyhow, set "enable" to true to enable running status.

In case of success, returns a tuple of (bytes consumed from buf, found Event).

Trait Implementations

impl Drop for MidiEvent
[src]

A method called when the value goes out of scope. Read more