From 7c08e8bd03263f61c6475e23a3bd456c039835d3 Mon Sep 17 00:00:00 2001 From: Joe DiPrima Date: Sat, 1 Aug 2026 20:04:14 -0500 Subject: [PATCH] #99: commit the missed audseq.h probe member (case-mismatched path in the previous commit) Co-Authored-By: Claude Opus 5 (1M context) --- engine/MUNGA/AUDSEQ.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/MUNGA/AUDSEQ.h b/engine/MUNGA/AUDSEQ.h index d542c25..dd004cb 100644 --- a/engine/MUNGA/AUDSEQ.h +++ b/engine/MUNGA/AUDSEQ.h @@ -148,6 +148,8 @@ private: Logical isLooped; Logical isRunning; + int runProbeCount; // #99 diag: PER-SEQUENCE throttle for the [seqrun] probe + // (a shared static counter hid the alarm sequence entirely) AudioTime startTime; AudioDivisionsPerBeat divisionsPerBeat; AudioTempo tempo;