From 9ec63a0f95723491bbccb66d1994097edd586399 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 6 Dec 2013 14:39:21 -0500 Subject: [PATCH] tests/src/tempo/test-beattracking.c: also use use confidence --- tests/src/tempo/test-beattracking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/tempo/test-beattracking.c b/tests/src/tempo/test-beattracking.c index 84d41b6b..864ea96d 100644 --- a/tests/src/tempo/test-beattracking.c +++ b/tests/src/tempo/test-beattracking.c @@ -25,8 +25,8 @@ int main () // get bpm and confidence bpm = aubio_beattracking_get_bpm(tempo); - fprintf(stderr, "found bpm %f\n", bpm); confidence = aubio_beattracking_get_confidence(tempo); + fprintf(stderr, "found bpm %f with confidence %f\n", bpm, confidence); i++; }; -- 2.11.0