feat: add E# and B# to pitchNames for complete enharmonic coverage
This commit is contained in:
parent
6b6d4b86a6
commit
90614612e2
1 changed files with 2 additions and 2 deletions
|
|
@ -117,8 +117,8 @@ const jsdocCompletions = jsdoc.docs
|
|||
|
||||
// --- Handler functions for each context ---
|
||||
const pitchNames = [
|
||||
'C', 'C#', 'Db', 'D', 'D#', 'Eb', 'E', 'Fb', 'F', 'F#', 'Gb',
|
||||
'G', 'G#', 'Ab', 'A', 'A#', 'Bb', 'B', 'Cb'
|
||||
'C', 'C#', 'Db', 'D', 'D#', 'Eb', 'E', 'E#', 'Fb', 'F', 'F#', 'Gb',
|
||||
'G', 'G#', 'Ab', 'A', 'A#', 'Bb', 'B', 'B#', 'Cb'
|
||||
];
|
||||
|
||||
function scalePreColonHandler(context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue