Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dmidifile.h7 extern void (*Mf_noteoff)();
Dmidifile.c88 void (*Mf_noteoff) () = NULLFUNC; variable
604 if (Mf_noteoff)
605 (*Mf_noteoff) (chan, c1, c2);
Dplaymidi1.c594 Mf_noteoff = do_noteoff; in main()