No description
- Rust 63.5%
- Shell 36.3%
- Python 0.2%
| apps/chordforge | ||
| completions | ||
| crates | ||
| data | ||
| docs | ||
| .gitignore | ||
| build.sh | ||
| Cargo.lock | ||
| Cargo.toml | ||
| contain.sh | ||
| README.md | ||
| rust-toolchain.toml | ||
| TODO.md | ||
| TUTORIAL.md | ||
ChordForge
ChordForge is a Rust-first CLI/TUI for audio, MIDI, and music-theory workflows.
Interactive flows
chordforge runopens the main TUI dashboard for routing and transport.chordforge theory singing-liveis the guided vocal coach.chordforge theory singing-helperis a short one-shot pitch check against a reference tone.chordforge theory tuner-liveis the live tuner display.chordforge theory vocal-monitortracks mic plus backing track and can export recordings and metadata.
Tutorial mode
Run chordforge --tutorial for a short, step-by-step walkthrough of the interactive commands and how to operate them from the terminal.
Temperament and tuner support
The theory crate now includes hybrid pitch detection helpers and typed enums for temperament and notation systems. These are the building blocks for the advanced tuner work queued in the docs.