Ξ-W2-T1 remediation: print master gain into the bake, derive the window from the dialed sound, reset play mode to Trigger

This commit is contained in:
2026-08-01 17:05:28 -04:00
parent 60308a3655
commit 39c2d1cdb4
31 changed files with 679 additions and 201 deletions
+1
View File
@@ -26,6 +26,7 @@ BakeStatus statusFromWire(int raw) {
case BakeStatus::StagedMissing:
case BakeStatus::NoSource:
case BakeStatus::IndexRejected:
case BakeStatus::WrongProject:
return static_cast<BakeStatus>(raw);
}
return BakeStatus::Failed;