Skip to content

Commit

Permalink
fix broken links and add project using Tonal (#455)
Browse files Browse the repository at this point in the history
* Update README.md

add project using Tonal

* fixed broken links in docs

fix broken links that went to @tonaljs/voicings instead of @tonaljs/voicing

fix broken link to music21 in main README, and added link to Open Music Theory under 'inspiration'
  • Loading branch information
i1li authored Jan 3, 2025
1 parent c399b23 commit 86733f4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@ This library takes inspiration from other music theory libraries:
- Teoria: https://github.com/saebekassebil/teoria
- Impro-Visor: https://www.cs.hmc.edu/~keller/jazz/improvisor/
- MusicKit: https://github.com/benzguo/MusicKit
- Music21: http://web.mit.edu/music21/doc/index.html
- Music21: https://www.music21.org/music21docs/
- Sharp11: https://github.com/jsrmath/sharp11
- python-mingus: https://github.com/bspaans/python-mingus
- Open Music Theory: https://viva.pressbooks.pub/openmusictheory/

## Projects using tonal

Expand All @@ -193,7 +194,8 @@ Showcase of projects that are using Tonal:
- [music, eternal](https://eternal.rob.computer) by [kousun12](https://github.com/kousun12)
- [Chromatone.center](https://chromatone.center) by [davay42](https://github.com/davay42)
- [Super Oscillator](https://github.com/lukehorvat/super-oscillator) by [lukehorvat](https://github.com/lukehorvat)
[StringScales](https://stringscales.com/) by [Ambewas](https://github.com/ambewas)
- [StringScales](https://stringscales.com/) by [Ambewas](https://github.com/ambewas)
- [Polychron](https://github.com/PolychronMidi/Polychron) by [i1li](https://github.com/i1li)

Thank you all!

Expand Down
4 changes: 2 additions & 2 deletions packages/voice-leading/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @tonaljs/voice-leading

Contains a collection functions to find optimal transitions between chord voicings. Used by [@tonaljs/voicings](../voicings).
Contains a collection of functions to find optimal transitions between chord voicings. Used by [@tonaljs/voicing](../voicing).

## Usage

Expand Down Expand Up @@ -60,4 +60,4 @@ topNoteDiff(

[show available voice leading functions](./index.ts).

See [@tonaljs/voicings](../voicings) for usage examples.
See [@tonaljs/voicing](../voicing) for usage examples.
4 changes: 2 additions & 2 deletions packages/voicing-dictionary/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @tonaljs/voicing-dictionary

Contains dictionaries for many chord voicings. Used by [@tonaljs/voicings](../voicings).
Contains dictionaries for many chord voicings. Used by [@tonaljs/voicing](../voicing).

## Usage

Expand Down Expand Up @@ -41,4 +41,4 @@ const lefthand = {

[show available dictionaries](./data.ts).

See [@tonaljs/voicings](../voicings) for usage examples.
See [@tonaljs/voicing](../voicing) for usage examples.
4 changes: 2 additions & 2 deletions site/content/docs/voicings/dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Voicing dictionary

`@tonaljs/voicing-dictionary`

Contains dictionaries for many chord voicings. Used by [@tonaljs/voicings](../voicings).
Contains dictionaries for many chord voicings. Used by [@tonaljs/voicing](../voicing).

## Usage

Expand Down Expand Up @@ -43,4 +43,4 @@ const lefthand = {
};
```

See [@tonaljs/voicings](../voicings) for usage examples.
See [@tonaljs/voicing](../voicing) for usage examples.
2 changes: 1 addition & 1 deletion site/content/docs/voicings/leading.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Voice leading

`@tonaljs/voice-leading`

Contains a collection functions to find optimal transitions between chord voicings.
Contains a collection of functions to find optimal transitions between chord voicings.

## Usage

Expand Down

0 comments on commit 86733f4

Please sign in to comment.