From 79706161dbc8c4445f10e15dfb723ec405cab03f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 29 Sep 2016 13:34:13 +0200 Subject: [PATCH] src/aubio.h: add effects/timestretch.h --- src/aubio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aubio.h b/src/aubio.h index 3e4b4551..3c9216d0 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -221,6 +221,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 -- 2.11.0