Home
last modified time | relevance | path

Searched refs:snd_seq_ev_set_noteoff (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/include/
Dseqmid.h400 #define snd_seq_ev_set_noteoff(ev, ch, key, vel) \ macro
/third_party/alsa-lib/test/
Dplaymidi1.c282 snd_seq_ev_set_noteoff(&ev, chan, pitch, vol); in do_noteoff()
/third_party/alsa-lib/test/lsb/
Dmidi_event.c54 snd_seq_ev_set_noteoff(&ev, 1, 2, 3); in test_decode()