D | seqmid.h | 371 #define snd_seq_ev_set_note(ev, ch, key, vel, dur) \ argument 376 (ev)->data.note.velocity = (vel),\ 386 #define snd_seq_ev_set_noteon(ev, ch, key, vel) \ argument 391 (ev)->data.note.velocity = (vel)) 400 #define snd_seq_ev_set_noteoff(ev, ch, key, vel) \ argument 405 (ev)->data.note.velocity = (vel)) 414 #define snd_seq_ev_set_keypress(ev,ch,key,vel) \ argument 419 (ev)->data.note.velocity = (vel))
|