Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Nov 18, 2023
1 parent d2af10a commit 18671f9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ and the program will exit with a 0 status code.

Three different key notations are supported and can be toggled:

1. `-n standard` for **Standard Key Notation**
1. `-n standard` for **Standard Key Notation**

Keys are outputed using the standard notation. For example, `Eb` is
equivelant to E flat. `A` is equivelant to A Major. Sharps are not used.
This is the default notation mode used to output keys when no other otpions
are specified
Keys are outputed using the standard notation. For example, `Eb` is
equivelant to E flat. `A` is equivelant to A Major. Sharps are not used.
This is the default notation mode used to output keys when no other otpions
are specified

2. `-n openkey` for [**Open Key Notation**](https://www.beatunes.com/en/open-key-notation.html)
2. `-n openkey` for [**Open Key Notation**](https://www.beatunes.com/en/open-key-notation.html)

Keys are outputed using BeaTunes Open Key notation. Keys like `1m` are
equivelant to C Major. This is what Traktor uses for it's key notation.
Keys are outputed using BeaTunes Open Key notation. Keys like `1m` are
equivelant to C Major. This is what Traktor uses for it's key notation.

3. `-n camelot` for [**Camelot Key Notation**](http://www.mixedinkey.com/HowTo)
3. `-n camelot` for [**Camelot Key Notation**](http://www.mixedinkey.com/HowTo)

Keys are outputed using the Camelot Easymix Wheel notation. Similar to
Open Key notation `8B` is equivelant to C Major.
Keys are outputed using the Camelot Easymix Wheel notation. Similar to
Open Key notation `8B` is equivelant to C Major.

### Building

Expand Down

0 comments on commit 18671f9

Please sign in to comment.