Skip to content

zencd/music-theory-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Theory DB

All chords and all scales represented in JSON format.

The things are written using the universal integer notation, which represents every note as an offset from the primary.

Chords

chords.json, 73 commonly used ones

chords-all.json, 2056 ones

{
  "chord UID" : {
    "pitch": notes in the chord [0..23] spanning two octaves
    "name" : ["name"]
    "abbr" : ["abbreviation"]
  }
}

Scales

scales.json, 67 commonly used ones

scales-ext.json, 1490 ones

{
  "scale UID" : {
    "pitch": notes in the scale [0..11]
    "name": ["name"]
  }
}

About

JSON data for all chords and scales

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published