An open API service indexing awesome lists of open source software.

https://github.com/jottenlips/secondary-dominants

🎹
https://github.com/jottenlips/secondary-dominants

Last synced: over 1 year ago
JSON representation

🎹

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
```