From 299ad52f31df694130a9f4e3e785ce1d2908d846 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 22 Oct 2009 04:03:34 +0200 Subject: [PATCH] examples/aubionotes.c: add AUBIO_UNSTABLE for fvec_median_channel --- examples/aubionotes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/aubionotes.c b/examples/aubionotes.c index d8473dcf..6fdcd9fe 100644 --- a/examples/aubionotes.c +++ b/examples/aubionotes.c @@ -16,6 +16,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#define AUBIO_UNSTABLE 1 // for fvec_median_channel + #include "utils.h" /* pitch objects */ -- 2.26.2