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>
Thu, 29 Sep 2016 11:34:13 +0000 (13:34 +0200)
src/aubio.h

index 493a47f..6372644 100644 (file)
@@ -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