cheap-glitch / fretboarder

🎸 A web app to visualize scales, chords and arpeggios on all kinds of fretboards.
https://fretboarder.app
Mozilla Public License 2.0
100 stars 15 forks source link

uncommon intervalsShorthands #11

Closed sugizo closed 4 years ago

sugizo commented 4 years ago

Description

intervalsShorthands define is uncommon in ./src/modules/music.js, the flat sign should be written before the note

ref https://en.wikipedia.org/wiki/List_of_musical_scales_and_modes

Implementation details

export const intervalsShorthands = [
    'R',
    '♭2',
    '2',
    '♭3',
    '3',
    '4',
    '♭5',
    '5',
    '♭6',
    '6',
    '♭7',
    '7',
];
cheap-glitch commented 4 years ago

I agree, this has been fixed on the develop branch.