From: Paul Brossier Date: Thu, 21 Apr 2016 23:51:36 +0000 (+0200) Subject: python/lib/gen_code.py: tempo should have only one output (see #49) X-Git-Tag: 0.4.4~300^2~267 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=de630175c0db5fadf687b671448da8275ff211e6;p=aubio.git python/lib/gen_code.py: tempo should have only one output (see #49) --- diff --git a/python/lib/gen_code.py b/python/lib/gen_code.py index df7de30c..7b755835 100644 --- a/python/lib/gen_code.py +++ b/python/lib/gen_code.py @@ -84,7 +84,7 @@ objoutsize = { 'sampler': 'self->hop_size', 'mfcc': 'self->n_coeffs', 'specdesc': '1', - 'tempo': '2', + 'tempo': '1', 'filterbank': 'self->n_filters', 'tss': 'self->hop_size', }