From: Paul Brossier Date: Sun, 24 Apr 2016 11:39:14 +0000 (+0200) Subject: examples/aubiotrack.c: enable -O and -t options X-Git-Tag: 0.4.4~300^2~226 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a35db12f8b28c6d538130b88c65987c2b29d4181;p=aubio.git examples/aubiotrack.c: enable -O and -t options --- 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"