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;