Home
last modified time | relevance | path

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

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Devent.c522 static int find_playing_note(int n) in find_playing_note() function
542 if (find_playing_note(note) == -1 && note < FREQ_TAB_SIZE) in play_note()
556 if ((c = find_playing_note(note)) != -1) in stop_note()