Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhump/chords
Library for understanding and manipulating chords (music theory)
https://github.com/jhump/chords
go music-theory
Last synced: 26 days ago
JSON representation
Library for understanding and manipulating chords (music theory)
- Host: GitHub
- URL: https://github.com/jhump/chords
- Owner: jhump
- License: apache-2.0
- Created: 2017-05-21T14:15:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T20:46:06.000Z (over 2 years ago)
- Last Synced: 2024-06-20T05:21:59.405Z (5 months ago)
- Topics: go, music-theory
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chords
A Golang library for understanding and manipulating chords (music theory).For now, it includes a simple command-line utility that can read chord names from command-line arguments and then spell them (e.g. print their constituent notes).