mzk

- music theory helper
git clone git://git.acid.vegas/mzk.git
Log | Files | Refs | Archive | README | LICENSE

commit 99519b0d9ea070ec90d0af69e80cd4a8cbac7d20
parent ff5d07b842cc6cd04784ff38a6337757e72d7451
Author: acidvegas <acid.vegas@acid.vegas>
Date: Thu, 25 Jul 2019 02:35:55 -0400

fixed double octave type

Diffstat:
Mmzk/constants.py | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 = {