summaryrefslogtreecommitdiffstats
path: root/scale.mjs
Commit message (Collapse)AuthorAgeFilesLines
* js: fix f♯maj scale display by using e♯ on the 7th.Brian Cully2025-03-091-4/+19
|
* unicodeBrian Cully2025-03-091-2/+3
|
* add display for available chords in the keyBrian Cully2025-03-091-1/+0
|
* use ‘tonic’ rather than ‘root’Brian Cully2025-03-091-13/+13
| | | | | i dunno, makes me seem like i know what i'm talking about. to me, at least.
* js: clean up scale a bitBrian Cully2025-03-081-5/+13
| | | | be explicit about the underlying storage for first/third/etc
* js: export the chromatic scaleBrian Cully2025-03-081-1/+1
|
* js: add bare bones js stuffBrian Cully2025-03-081-0/+75