From 99519b0d9ea070ec90d0af69e80cd4a8cbac7d20 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Thu, 25 Jul 2019 02:35:55 -0400 Subject: [PATCH] fixed double octave type --- mzk/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mzk/constants.py b/mzk/constants.py index 18dc1b0..5a418db 100644 --- a/mzk/constants.py +++ b/mzk/constants.py @@ -46,7 +46,7 @@ compound_intervals = { 'major_thirteenth' : {'semitones':21, 'short_name':'M13'}, 'minor_fourteenth' : {'semitones':22, 'short_name':'m14'}, 'major_fourteenth' : {'semitones':23, 'short_name':'M14'}, - 'double_octave' : {'semitones':25, 'short_name':'15ma'} + 'double_octave' : {'semitones':24, 'short_name':'15ma'} } intervals = {