From a35db12f8b28c6d538130b88c65987c2b29d4181 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 24 Apr 2016 13:39:14 +0200 Subject: [PATCH] examples/aubiotrack.c: enable -O and -t options --- examples/aubiotrack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/aubiotrack.c b/examples/aubiotrack.c index 330fc8ca..df97a8b0 100644 --- a/examples/aubiotrack.c +++ b/examples/aubiotrack.c @@ -20,6 +20,7 @@ #include "utils.h" #define PROG_HAS_TEMPO 1 +#define PROG_HAS_ONSET 1 #define PROG_HAS_OUTPUT 1 #define PROG_HAS_JACK 1 #include "parse_args.h" -- 2.11.0