Commenting a voice out or in is the most legible and reversible layer transition
The mute/add-layer transition is the most basic transition: comment a pattern line out to mute it or uncomment to reintroduce it. Its strength is legibility — the audience can hear exactly when a layer leaves or arrives — and reversibility — the full voice definition is preserved in the comment, so restoring it is a trivial one-character change. This is the go-to transition for making space in a breakdown or for a clean layer arrival in a build. It is the operational realization of the layer-subtraction concept in the Strudel pattern context.
Examples
Commenting out $: n(“0 3 5 7”).s(“sawtooth”).lpf(800) with // removes the harmonic layer cleanly. Removing the // on the next save reintroduces it on the next cycle boundary.
Assessment
Why is commenting preferred over deleting a voice for a mute transition? What makes this move more legible to an audience than a gradual degrade?