From a2dc602743067a47884b28096df8e61852d1d65c Mon Sep 17 00:00:00 2001 From: Aaron Roney Date: Mon, 26 Dec 2022 23:06:24 -0800 Subject: [PATCH] Update README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5e29806..3977f62 100644 --- a/README.md +++ b/README.md @@ -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