From 84701449adee08554c9c483bdc38584a50024f02 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 1 Jul 2016 16:02:36 +0200 Subject: [PATCH] python/lib/gen_code.py: add output size for notes --- python/lib/gen_code.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.11.0