feat(tracker): show CPU load percentage in the song panel

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-17 17:59:54 +03:00
parent 1a13fadd75
commit 340620ed49
5 changed files with 34 additions and 1 deletions

View File

@ -63,6 +63,7 @@ type (
Panic bool
SongPosition sointu.SongPos
VoiceLevels [vm.MAX_VOICES]float32
CPULoad float64
HasDetectorResult bool
DetectorResult DetectorResult