trem-bin 0.1.0

TUI binary for the trem mathematical music engine
1
2
3
4
5
6
7
8
9
10
11
# Demo patch (`trem` binary)

This directory is the **default session** loaded by `cargo run` / the `trem` binary.

| File        | Role |
|-------------|------|
| `levels.rs` | All mix constants (channels, buses, master FX). Start here to rebalance loudness. |
| `graph.rs`  | Nested instrument channels, drum/inst/main buses, and parameter exposure. |
| `pattern.rs`| 32×5 starter grid (lead arp, bass, drums, hats). |

`main.rs` only wires I/O and calls `demo::build_graph()` / `demo::build_pattern()`.