Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects_i.c407 int lsx_parse_note(char const * text, char * * end_ptr) in lsx_parse_note() function
439 int result2 = lsx_parse_note(text, end_ptr); in lsx_parse_frequency_k()
H A Dsox_i.h78 int lsx_parse_note(char const * text, char * * end_ptr);
H A Dsynth.c210 (key = lsx_parse_note(argv[1], &end_ptr)) != INT_MAX && in getopts()