feat(tracker): spectrum analyzer

Closes #67
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-12-29 23:57:08 +02:00
parent 4d09e04a49
commit 3a7010f897
16 changed files with 977 additions and 211 deletions

View File

@ -32,7 +32,7 @@ type Theme struct {
Emphasis IconButtonStyle
Error IconButtonStyle
}
Oscilloscope OscilloscopeStyle
Plot PlotStyle
NumericUpDown NumericUpDownStyle
SongPanel struct {
RowHeader LabelStyle
@ -41,6 +41,7 @@ type Theme struct {
Version LabelStyle
ErrorColor color.NRGBA
Bg color.NRGBA
ScrollBar ScrollBarStyle
}
Alert AlertStyles
NoteEditor struct {