src/tempo/tempo.h: comment method param
authorPaul Brossier <piem@piem.org>
Sat, 7 Dec 2013 16:44:08 +0000 (11:44 -0500)
committerPaul Brossier <piem@piem.org>
Sat, 7 Dec 2013 16:44:08 +0000 (11:44 -0500)
src/tempo/tempo.h

index dbe4543..f33e50e 100644 (file)
@@ -41,6 +41,7 @@ typedef struct _aubio_tempo_t aubio_tempo_t;
 
 /** create tempo detection object
 
 
 /** create tempo detection object
 
+  \param method beat tracking method, unused for now (use "default")
   \param buf_size length of FFT
   \param hop_size number of frames between two consecutive runs
   \param samplerate sampling rate of the signal to analyze
   \param buf_size length of FFT
   \param hop_size number of frames between two consecutive runs
   \param samplerate sampling rate of the signal to analyze