From: Paul Brossier Date: Sun, 31 Mar 2019 21:01:17 +0000 (+0200) Subject: [py] use a string for cqt/bins_per_octave X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=9492313a3bb4ebd8439c68749fb12a833e2c93ac;p=aubio.git [py] use a string for cqt/bins_per_octave --- diff --git a/python/lib/gen_code.py b/python/lib/gen_code.py index 766e21ba..a123d7a4 100644 --- a/python/lib/gen_code.py +++ b/python/lib/gen_code.py @@ -20,7 +20,7 @@ aubiodefvalue = { 'ratio': '0.5', 'method': '"default"', 'uri': '"none"', - 'bins_per_octave': 24, + 'bins_per_octave': '24', } member_types = {