From: Paul Brossier Date: Thu, 22 Oct 2009 02:03:34 +0000 (+0200) Subject: examples/aubionotes.c: add AUBIO_UNSTABLE for fvec_median_channel X-Git-Tag: bzr2git~74 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=299ad52f31df694130a9f4e3e785ce1d2908d846;p=aubio.git examples/aubionotes.c: add AUBIO_UNSTABLE for fvec_median_channel --- 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 */