From: Paul Brossier Date: Thu, 29 Sep 2016 11:34:13 +0000 (+0200) Subject: src/aubio.h: add effects/timestretch.h X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=39f1d5cc56621f70cd9990e8dca27084089ac9d2;p=aubio.git src/aubio.h: add effects/timestretch.h --- diff --git a/src/aubio.h b/src/aubio.h index 493a47f3..63726445 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -216,6 +216,7 @@ extern "C" #include "pitch/pitchspecacf.h" #include "tempo/beattracking.h" #include "effects/pitchshift.h" +#include "effects/timestretch.h" #include "utils/scale.h" #include "utils/hist.h" #endif