Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dmidifile.c91 void (*Mf_pitchbend) () = NULLFUNC; variable
620 if (Mf_pitchbend)
621 (*Mf_pitchbend) (chan, c1, c2);
Dmidifile.h10 extern void (*Mf_pitchbend)();
Dplaymidi1.c597 Mf_pitchbend = do_pitchbend; in main()