From fdd5315935c781d135d32fc737bea0e727691e1d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 7 Dec 2013 11:44:08 -0500 Subject: [PATCH] src/tempo/tempo.h: comment method param --- src/tempo/tempo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tempo/tempo.h b/src/tempo/tempo.h index dbe45434..f33e50e8 100644 --- a/src/tempo/tempo.h +++ b/src/tempo/tempo.h @@ -41,6 +41,7 @@ typedef struct _aubio_tempo_t aubio_tempo_t; /** 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 -- 2.11.0