Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coinbump authored Feb 11, 2021
1 parent 6705b23 commit 3727578
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,13 @@ Chords can be automated by specifying the `automatedChords` array. If this is de
var automatedChords = ["maj", "p4"]
```

## KeyMap Chords

Chords can be activated by specific keys in the octave by specifying the `keyMapChords` array. If this is defined, it will override the step sequence chords and use the chord mapped to the key for the key pressed.

```js
var keyMapChords = ["maj", "min"]
```


Feel free to use and enjoy

0 comments on commit 3727578

Please sign in to comment.