Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyvyys authored Oct 15, 2019
1 parent b41065d commit 51cf196
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

# <a id="chord-fingering"></a> chord-fingering

This project uses and is inspired by [tonaljs](https://github.com/tonaljs/tonal), a music theory library. The main objectives are:

* chord symbol recognition,
* generation of chord fingerings.
A CommonJS module for generating chord fingerings for any tuning. Chords can be found by their symbols in the Anglophone alphabetic musical notation.

The package has been developed for the [Chordline app](https://hyvyys.github.io/chordline/).
This project uses and is inspired by [tonaljs](https://github.com/tonaljs/tonal), a music theory library.
The data powering the project comprises 111 unique chord patterns.

## <a id="Installation"></a> Installation
Expand All @@ -26,8 +25,6 @@ console.log(chord.fingerings[0].positionString); // => 'x32010'

For more in-depth examples see [API](#API).

The package has been developed for the [Chordline app](https://hyvyys.github.io/chordline/).

<br />
<br />

Expand Down

0 comments on commit 51cf196

Please sign in to comment.