We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de97f6 commit cfd2470Copy full SHA for cfd2470
1 file changed
src/ts/notes.ts
@@ -1,6 +1,6 @@
1
import { Note as TonalNote } from '@tonaljs/tonal';
2
3
-let chromatic_scale = ['A', 'A#', 'B', 'C', 'C#', 'D', 'D#', 'E', 'F', 'F#', 'G', 'G#'];
+const chromatic_scale = ['A', 'A#', 'B', 'C', 'C#', 'D', 'D#', 'E', 'F', 'F#', 'G', 'G#'];
4
5
6
/**
0 commit comments