Struct alsa_sys::snd_seq_ev_note_t
[−]
[src]
#[repr(C)]pub struct snd_seq_ev_note_t { pub channel: c_uchar, pub note: c_uchar, pub velocity: c_uchar, pub off_velocity: c_uchar, pub duration: c_uint, }
Fields
channel: c_uchar
note: c_uchar
velocity: c_uchar
off_velocity: c_uchar
duration: c_uint