Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion book/src/fivecomb.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ position.*

### `freq1..5` and `freq` β€” the tuning

Per-voice frequencies (5 Hz floor, the GRM's own) plus a master multiplier
Per-voice frequencies (5 Hz floor, the GRM's own) β€” or the `notes`
message, which tunes up to five combs from MIDI note numbers in one list
(fractional allowed) β€” plus a master multiplier
(0..2) that transposes the whole bank β€” the master is the *performance*
control, gliding every voice proportionally so chords stay chords.

Expand Down
8 changes: 6 additions & 2 deletions book/src/recipes/comb-drones.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ measured and explained in [five strings, no guitar](../fivecomb.md) and

## Voicings to keep

Tunings in Hz; MIDI equivalents in parentheses for orientation. (The
object speaks Hz only β€” keep `mtof` handy, or this table.)
Tunings in Hz; MIDI equivalents in parentheses for orientation. The
`notes` message tunes a voicing in one gesture β€” up to five MIDI note
numbers, fractional allowed, so just-intonation intervals land exactly
(`notes 45 52 57 60.86 64` is the major glow with its true 5/4 third at
275 Hz) β€” and the Hz attributes remain for exact ratios like the bell
plate.

| voicing | freq1..5 | character |
|---|---|---|
Expand Down
Loading