Searched refs:Mf_noteoff (Results 1 – 3 of 3) sorted by relevance
7 extern void (*Mf_noteoff)();
88 void (*Mf_noteoff) () = NULLFUNC; variable604 if (Mf_noteoff)605 (*Mf_noteoff) (chan, c1, c2);
594 Mf_noteoff = do_noteoff; in main()