Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dmidifile.h6 extern void (*Mf_noteon)();
Dmidifile.c87 void (*Mf_noteon) () = NULLFUNC; variable
608 if (Mf_noteon)
609 (*Mf_noteon) (chan, c1, c2);
Dplaymidi1.c593 Mf_noteon = do_noteon; in main()