Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
twitchax committed Dec 27, 2022
1 parent a04ddc7 commit a2dc602
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -56,6 +56,7 @@ Usage: kord.exe [COMMAND]
Commands:
describe Describes a chord
play Describes and plays a chord
loop Loops on a set of chord changes, while simultaneously outputting the descriptions
guess Attempt to guess the chord from a set of notes (ordered by simplicity)
help Print this message or the help of the given subcommand(s)

@@ -86,6 +87,12 @@ B♭7(♯9)(♯11)
B♭, D, F, A♭, C♯, E
```
### Loop Through Chord Changes
```bash
$ kord loop -b 120 "Em7b5@3^2" "A7b13@3#" "D-maj7@3^2" "G7@3" "Cmaj7@3^2"
```
### Guess A Chord
```bash

0 comments on commit a2dc602

Please sign in to comment.