Lines Matching defs:note
50 /** note on and off with duration; event data type = #snd_seq_ev_note_t */
52 /** note on; event data type = #snd_seq_ev_note_t */
54 /** note off; event data type = #snd_seq_ev_note_t */
233 unsigned char note; /**< note */
235 unsigned char off_velocity; /**< note-off velocity; only for #SND_SEQ_EVENT_NOTE */
236 unsigned int duration; /**< duration until note-off; only for #SND_SEQ_EVENT_NOTE */
260 void *ptr; /**< pointer to data (note: can be 64-bit) */
297 snd_seq_ev_note_t note; /**< note information */