Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codybloemhard/music-theory
Query generated music theory data.
https://github.com/codybloemhard/music-theory
music music-composition music-theory query
Last synced: 3 months ago
JSON representation
Query generated music theory data.
- Host: GitHub
- URL: https://github.com/codybloemhard/music-theory
- Owner: codybloemhard
- License: gpl-3.0
- Created: 2021-01-11T20:39:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T20:38:36.000Z (8 months ago)
- Last Synced: 2024-10-08T10:56:24.653Z (4 months ago)
- Topics: music, music-composition, music-theory, query
- Language: Rust
- Homepage:
- Size: 744 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music Theory
Rust library for music theory objects and queries.
provides:
- music theory objects such as notes, enharmonic notes, pitchclasses, intervals, scales and chords
- conversions between these objects
- ways to print and format these objects
- queries such as:
- finding scale chords
- finding scales
- finding super strings and super sets
- finding chord scales
- finding sub chordsI maintain a test coverage of 100%.
This does not mean no bugs exist, but trying to write good tests is a priority.The [theory frog](https://codyb.xyz/theory-frog.html) web app is made using this library.
It shows some the things it can do.## License
```
Copyright (C) 2024 Cody BloemhardThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```