diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mxml2csv.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mxml2csv.go b/src/mxml2csv.go index 94ea5d0..610998f 100644 --- a/src/mxml2csv.go +++ b/src/mxml2csv.go | |||
@@ -70,6 +70,7 @@ type Pitch struct { | |||
70 | } | 70 | } |
71 | 71 | ||
72 | /***** Note conversion *****/ | 72 | /***** Note conversion *****/ |
73 | |||
73 | const REFERENCE_PITCH float64 = 440 | 74 | const REFERENCE_PITCH float64 = 440 |
74 | 75 | ||
75 | var pitchOffset = map[string]int{ | 76 | var pitchOffset = map[string]int{ |