Γ-W1-T2: the master bus — a true-peak limiter whose ceiling is a theorem, the meter's published half, and the plugin's first PDC report
This commit is contained in:
@@ -195,6 +195,11 @@ struct InstrumentParams {
|
||||
// (bake_plan.h's bakeWindowNeedsHold is the predicate). Default one bar; a blob predating
|
||||
// the field lifts to it, and no other bake changes.
|
||||
note::Division bakeHold = note::makeDivision(2, note::DivisionModifier::Straight);
|
||||
// The master-bus limiter's single enable. It sits OUTSIDE PlaySeconds deliberately: it is
|
||||
// a post-voice-mixer concern the shell applies to the summed output, never a voice
|
||||
// parameter, so it must not ride into the live block or the SampleData build. Default off
|
||||
// — a blob predating the field lifts to bypassed and sounds identical.
|
||||
bool limiterEnabled = false;
|
||||
};
|
||||
|
||||
// The loaded capture resolved for decode + build: project-relative WAV path (file seam)
|
||||
|
||||
Reference in New Issue
Block a user