B:BD[
3.161] → [
3.161:337]
sharpScale = []string{"A", "A#", "B", "C", "C#", "D", "D#", "E", "F", "F#", "G", "G#"}
flatScale = []string{"A", "Bb", "B", "C", "Db", "D", "Eb", "E", "F", "Gb", "G", "Ab"}
sharpScale = []string{"A", "A#", "B", "C", "C#", "D", "D#", "E", "F", "F#", "G", "G#"}
flatScale = []string{"A", "Bb", "B", "C", "Db", "D", "Eb", "E", "F", "Gb", "G", "Ab"}
selectScale = map[string][]string{"a": sharpScale, "C": sharpScale, "G": sharpScale, "D": sharpScale, "A": sharpScale, "E": sharpScale, "B": sharpScale, "F#": sharpScale, "e": sharpScale, "b": sharpScale, "f#": sharpScale, "c#": sharpScale, "g#": sharpScale, "d#": sharpScale, "F": flatScale, "Bb": flatScale, "Eb": flatScale, "Ab": flatScale, "Db": flatScale, "Gb": flatScale, "d": flatScale, "g": flatScale, "c": flatScale, "f": flatScale, "bb": flatScale, "eb": flatScale}