Remove 'r'/'voices=', do not expose explicit voice selection to API.#943
Conversation
🎛️ AMY HW CI (AMYboard bench)Flashed this PR's AMY (LoadTestChord: 6-voice Juno ✅ PASS — the bench ran the test to completion.
Full chord settled render μs: 3500 (was 3498, Δ +0.1%) (peak 3508, 39 samples) ⬇️ Artifacts: serial log · load trace · report Self-hosted bench (amyboardci). FAIL means only that the test could not run — the load values are informational, with no threshold and no audio compare. See |
⛓️ tulipcc integration PR openedThis merge was pinned into tulipcc for full-system CI: shorepine/tulipcc#1203 Test it there and merge that PR to move tulipcc onto this AMY. |
Before we added
synth=, we usedvoices=to configure a block of oscs, and to modify several such blocks in parallel.synthstill uses the internalvoicesconcept, but now we have removed the possibility to use it externally, which was very limited since you never knew which voice was which. If you want a voice, set up a synth withnum_voices=1.