From 5447a2686c14dc1441c670fe0015b62abe9e3e38 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 21 Sep 2018 17:40:33 +0200 Subject: [PATCH] examples/parse_args.h: add yinfast to pitch algorithms --- examples/parse_args.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/parse_args.h b/examples/parse_args.h index 788ada85..d7dce4a1 100644 --- a/examples/parse_args.h +++ b/examples/parse_args.h @@ -97,7 +97,7 @@ void usage (FILE * stream, int exit_code) #endif /* PROG_HAS_ONSET */ #ifdef PROG_HAS_PITCH " -p --pitch select pitch detection algorithm\n" - " ; default=yinfft\n" + " ; default=yinfft\n" " -u --pitch-unit select pitch output unit\n" " ; default=freq\n" " -l --pitch-tolerance select pitch tolerance\n" -- 2.11.0