Searched defs:snd_seq_ev_note (Results 1 – 2 of 2) sorted by relevance
130 struct snd_seq_ev_note { struct131 unsigned char channel;132 unsigned char note;134 unsigned char velocity;135 unsigned char off_velocity;136 unsigned int duration;
193 struct snd_seq_ev_note { struct194 unsigned char channel;195 unsigned char note;196 unsigned char velocity;197 unsigned char off_velocity; /* only for SNDRV_SEQ_EVENT_NOTE */198 unsigned int duration; /* only for SNDRV_SEQ_EVENT_NOTE */