←︎ mzk :: 99519b0


1
commit 99519b0d9ea070ec90d0af69e80cd4a8cbac7d20
2
Author: acidvegas <acid.vegas@acid.vegas>
3
Date:   Thu Jul 25 02:35:55 2019 -0400
4
5
    fixed double octave type
6
---
7
 mzk/constants.py | 2 +-
8
 1 file changed, 1 insertion(+), 1 deletion(-)
9
10
diff --git a/mzk/constants.py b/mzk/constants.py
11
index 18dc1b0..5a418db 100644
12
--- a/mzk/constants.py
13
+++ b/mzk/constants.py
14
@@ -46,7 +46,7 @@ compound_intervals = {
15
 	'major_thirteenth'   : {'semitones':21, 'short_name':'M13'},
16
 	'minor_fourteenth'   : {'semitones':22, 'short_name':'m14'},
17
 	'major_fourteenth'   : {'semitones':23, 'short_name':'M14'},
18
-	'double_octave'      : {'semitones':25, 'short_name':'15ma'}
19
+	'double_octave'      : {'semitones':24, 'short_name':'15ma'}
20
 }
21
 
22
 intervals = {