From 183d36fb2a9aaeb0eb1dc444c8f318fb0686512e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 30 Sep 2016 13:21:52 +0200 Subject: [PATCH] src/aubioonset~.c: simplify debug output --- src/aubioonset~.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/aubioonset~.c b/src/aubioonset~.c index 1ea75e1..357b4b6 100644 --- a/src/aubioonset~.c +++ b/src/aubioonset~.c @@ -65,11 +65,8 @@ aubioonset_tilde_dsp (t_aubioonset_tilde * x, t_signal ** sp) static void aubioonset_tilde_debug (t_aubioonset_tilde * x) { - post (aubioonset_version); - post ("aubioonset~ method:\t%s", x->method); - post ("aubioonset~ threshold:\t%f", x->threshold); - post ("aubioonset~ bufsize:\t%d", x->bufsize); - post ("aubioonset~ hopsize:\t%d", x->hopsize); + post ("%s method: %s threshold: %.3f bufsize: %d hopsize: %d", + aubioonset_version, x->method, x->threshold, x->bufsize, x->hopsize); } static void * -- 2.11.0