https://github.com/jottenlips/secondary-dominants
🎹
https://github.com/jottenlips/secondary-dominants
Last synced: over 1 year ago
JSON representation
🎹
- Host: GitHub
- URL: https://github.com/jottenlips/secondary-dominants
- Owner: jottenlips
- Created: 2019-07-28T16:14:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T03:28:38.000Z (almost 7 years ago)
- Last Synced: 2025-03-19T05:34:21.403Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secondary Dominath 7th Chord Probable Extension Calculator
This library gives you a "best guess" for chords and chord charts
as to what notes to play to sound in key. That being said, you are
always a half step away from a right note. This is by no means the
"right" way to play jazz. However, it is a good starting point
for hearing common extensions in jazz.
## III7 VI7 VII7
* sound: "Altered"
* extenions: [b9, #9, 11, b13]
## bII bIII7 bVI7 bVII7
* sound: "Lydian Dominant"
* extension [9, #11, 13]
## II7 IV7
* sound: "Mixolydian" / "Lydian Dominant"
* extension [9, 11/#11, 13]
## bV7
* sound: "Whole Tone"
* extensions: [9, #11, b13]
## V7 (not the secondary dominant, really depends on the tune)
* sound: "Rainbow"
* extensions: [b9, 9, #9, 11, #11, b13, 13]
# ReasonML
# Build
```
yarn build
```
# Build + Watch
```
yarn start
```