|
ALSA project - the C library reference
|
#include <seq_event.h>
Data Fields | |
| unsigned char | channel |
| unsigned char | note |
| unsigned char | velocity |
| unsigned char | off_velocity |
| unsigned int | duration |
Note event
| unsigned char snd_seq_ev_note_t::channel |
channel number
| unsigned int snd_seq_ev_note_t::duration |
duration until note-off; only for SND_SEQ_EVENT_NOTE
| unsigned char snd_seq_ev_note_t::note |
note
| unsigned char snd_seq_ev_note_t::off_velocity |
note-off velocity; only for SND_SEQ_EVENT_NOTE
| unsigned char snd_seq_ev_note_t::velocity |
velocity