Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pta2002/tuners
A command line instrument tuner written in rust
https://github.com/pta2002/tuners
Last synced: 20 days ago
JSON representation
A command line instrument tuner written in rust
- Host: GitHub
- URL: https://github.com/pta2002/tuners
- Owner: pta2002
- License: mit
- Created: 2020-05-11T22:30:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T22:34:26.000Z (over 4 years ago)
- Last Synced: 2024-11-07T00:48:28.871Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TuneRS
TuneRS is a command line instrument tuner written in rust, inspired by
[tuneit](https://delysid.org/tuneit.html), but aiming to have a nicer user
interface.Here's what it currently looks like:
![the TuneRS interface](https://raw.githubusercontent.com/pta2002/tuners/master/screenshot.png)
# Usage
Right now, TuneRS requires [JACK](https://jackaudio.org/), but support for other
audio systems is planned.To install TuneRS, use cargo:
```bash
cargo install --git https://github.com/pta2002/tuners.git
```Then just run it with bash. To quit, press Ctrl+C.