https://github.com/fuwn/guitar
🎸 A toolkit for string-based instruments
https://github.com/fuwn/guitar
Last synced: 12 months ago
JSON representation
🎸 A toolkit for string-based instruments
- Host: GitHub
- URL: https://github.com/fuwn/guitar
- Owner: Fuwn
- License: gpl-3.0
- Created: 2023-03-06T22:59:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T11:45:01.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T14:07:53.586Z (12 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
guitar
A toolkit for string-based instruments
`guitar` includes a number of tools for working with string-based instruments
with planned support for fret-less instruments.
At the moment, the library is in a very early stage of development and is
subject to change; however, many of the core features such as `Note`,
`Fretboard`, `Pitch`, and a number of conversion functions are stable.
## Usage
### Installing from [crates.io](https://crates.io)
To install from [crates.io](https://crates.io) you must have
[Rust](https://www.rust-lang.org/) installed.
```toml
# Cargo.toml
[dependencies]
guitar = "*" # or a specific version
```
## License
This project is licensed with the [GNU General Public License v3.0](LICENSE).