No description
  • Rust 63.5%
  • Shell 36.3%
  • Python 0.2%
Find a file
microchipster 456d2d69d8 tutorial
2026-03-31 13:17:40 -07:00
apps/chordforge clear backlog 2026-03-31 10:54:54 -07:00
completions theory foundations 2026-03-30 04:47:30 -07:00
crates clear backlog 2026-03-31 10:54:54 -07:00
data genre data 2026-03-17 13:53:58 -07:00
docs clear backlog 2026-03-31 10:54:54 -07:00
.gitignore theory first steps 2026-03-15 21:31:07 -07:00
build.sh color rework 2026-03-21 00:07:45 -07:00
Cargo.lock first completions 2026-03-27 14:47:36 -07:00
Cargo.toml first completions 2026-03-27 14:47:36 -07:00
contain.sh theory first steps 2026-03-15 21:31:07 -07:00
README.md bass and drums scaffolding 2026-03-19 17:19:44 -07:00
rust-toolchain.toml theory first steps 2026-03-15 21:31:07 -07:00
TODO.md init 2026-03-15 12:25:30 -07:00
TUTORIAL.md tutorial 2026-03-31 13:17:40 -07:00

ChordForge

ChordForge is a Rust-first CLI/TUI for audio, MIDI, and music-theory workflows.

Interactive flows

  • chordforge run opens the main TUI dashboard for routing and transport.
  • chordforge theory singing-live is the guided vocal coach.
  • chordforge theory singing-helper is a short one-shot pitch check against a reference tone.
  • chordforge theory tuner-live is the live tuner display.
  • chordforge theory vocal-monitor tracks 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.