src/aubio.h: add effects/timestretch.h
authorPaul Brossier <piem@piem.org>
Thu, 29 Sep 2016 11:34:13 +0000 (13:34 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 7 Dec 2018 00:28:54 +0000 (01:28 +0100)
src/aubio.h

index 3e4b455..3c9216d 100644 (file)
@@ -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