examples/aubiotrack.c: enable -O and -t options
authorPaul Brossier <piem@piem.org>
Sun, 24 Apr 2016 11:39:14 +0000 (13:39 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 24 Apr 2016 11:39:14 +0000 (13:39 +0200)
examples/aubiotrack.c

index 330fc8c..df97a8b 100644 (file)
@@ -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"