trommelkiste/Source
Armin 2cded52eef Fix track signal indicator sometimes not showing for short samples
Use a latch pattern for trackActive: the audio thread sets it true
whenever a voice is active, and the UI timer atomically reads and
clears it via exchange(false). This eliminates the race where the
flag was cleared at the start of every processBlock, causing the
30Hz timer to miss brief activations from short samples.
2026-07-20 12:33:36 +02:00
..
PluginEditor.cpp Fix track signal indicator sometimes not showing for short samples 2026-07-20 12:33:36 +02:00
PluginEditor.h recent 2026-07-19 18:53:17 +02:00
PluginProcessor.cpp Fix track signal indicator sometimes not showing for short samples 2026-07-20 12:33:36 +02:00
PluginProcessor.h Fix track signal indicator sometimes not showing for short samples 2026-07-20 12:33:36 +02:00