X-Git-Url: https://git.aubio.org/?p=aubio.git;a=blobdiff_plain;f=src%2Faubio.h;h=6a2ca4e78f8577d7db27dfe128dc43c4a88e42b6;hp=cbb9d2203203c080524f4c7513977481f67ea0f3;hb=155cc10b5cde76184291c01fe8723328f0e36430;hpb=00d0275bc3279e523ce21d183884d24024dfbff8 diff --git a/src/aubio.h b/src/aubio.h index cbb9d220..6a2ca4e7 100644 --- a/src/aubio.h +++ b/src/aubio.h @@ -111,6 +111,15 @@ Several examples of C programs are available in the \p examples/ and \p tests/src directories of the source tree. + Some examples: + - @ref spectral/test-fft.c + - @ref spectral/test-phasevoc.c + - @ref onset/test-onset.c + - @ref pitch/test-pitch.c + - @ref tempo/test-tempo.c + - @ref test-fvec.c + - @ref test-cvec.c + \subsection unstable_api Unstable API Several more functions are available and used within aubio, but not @@ -130,7 +139,7 @@ \section download Download Latest versions, further documentation, examples, wiki, and mailing lists can - be found at http://aubio.org . + be found at https://aubio.org . */ @@ -183,11 +192,13 @@ extern "C" #include "pitch/pitch.h" #include "onset/onset.h" #include "tempo/tempo.h" +#include "notes/notes.h" #include "io/source.h" #include "io/sink.h" #include "synth/sampler.h" #include "synth/wavetable.h" #include "utils/parameter.h" +#include "utils/log.h" #if AUBIO_UNSTABLE #include "mathutils.h"