fix(embed): WM_GETMINMAXINFO size hints, remove dead selectedId_, fix selectedZone_ comment, decay embedPeak_ on early returns

This commit is contained in:
2026-07-26 18:20:41 -04:00
parent 03e760631c
commit 5453f4966c
3 changed files with 20 additions and 6 deletions
+3 -3
View File
@@ -90,9 +90,9 @@ private:
// Snapshotted for the current paint (refreshed each paint off the audio thread).
std::vector<SampleChoice> samples_;
PerformanceMap map_;
std::string selectedId_;
// The zone the last click selected (mirrored to the processor's editor-shared selection
// where meaningful); -1 = none. Drives the strip's highlight.
// The zone the last click selected (local/visual only — S6 selection constraint; the
// processor's editor-shared selection is NOT updated from here); -1 = none.
// Drives the strip's highlight.
int selectedZone_ = -1;
};