From 9492313a3bb4ebd8439c68749fb12a833e2c93ac Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 31 Mar 2019 23:01:17 +0200 Subject: [PATCH] [py] use a string for cqt/bins_per_octave --- python/lib/gen_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- 2.11.0