From: Paul Brossier Date: Fri, 1 Jul 2016 14:02:36 +0000 (+0200) Subject: python/lib/gen_code.py: add output size for notes X-Git-Tag: 0.4.4~296 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=84701449adee08554c9c483bdc38584a50024f02 python/lib/gen_code.py: add output size for notes --- diff --git a/python/lib/gen_code.py b/python/lib/gen_code.py index 6e4b17b0..b602b6d5 100644 --- a/python/lib/gen_code.py +++ b/python/lib/gen_code.py @@ -74,6 +74,7 @@ pyargparse_chars = { objoutsize = { 'onset': '1', 'pitch': '1', + 'notes': '3', 'wavetable': 'self->hop_size', 'sampler': 'self->hop_size', 'mfcc': 'self->n_coeffs',