Home | History | Annotate | Download | only in alsa

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 */
209 * NOTE: only 8 bits available!
229 /** Note event */
232 unsigned char note; /**< note */
234 unsigned char off_velocity; /**< note-off velocity; only for #SND_SEQ_EVENT_NOTE */
235 unsigned int duration; /**< duration until note-off; only for #SND_SEQ_EVENT_NOTE */
259 void *ptr; /**< pointer to data (note: can be 64-bit) */
302 snd_seq_ev_note_t note; /**< note information */