Revert "Merge Ω-W2-T4: split the deferred FX-park drain by kind"

This reverts commit 70bd29dc89, reversing
changes made to 84afd1b545.
This commit is contained in:
2026-08-03 17:46:17 -04:00
parent 4b19556513
commit 8487833342
7 changed files with 104 additions and 401 deletions
+3 -6
View File
@@ -206,12 +206,9 @@ static void OnTimer()
} else {
// A mode switch applies its visibility/routing writes synchronously and
// leaves the per-FX offline work here, so the new mode paints before the
// plugins move. Split by intent kind: restores whole (nothing may persist
// over a half-applied one), parks one FX per tick. Idle cost is one empty
// test each. Skipped on a load tick so the reapply's own intents defer one
// tick like any other switch's.
reasampler::drainDeferredFxRestores();
reasampler::tickDeferredFxParks();
// plugins unload. Idle cost is one empty test. Skipped on a load tick so
// the reapply's own intents defer one tick like any other switch's.
reasampler::drainDeferredFxParks();
}
reasampler::bankPanelRefresh(); // cheap fingerprint compare; no-op when unchanged/closed