Improved VU needle mode

This commit is contained in:
Boof2015
2026-05-05 19:21:02 -04:00
parent 98ebe3fc8f
commit d614952a15
11 changed files with 877 additions and 111 deletions
+6
View File
@@ -100,6 +100,9 @@ export interface ThemeVUMeterTokens {
clip?: string
scale?: string
labels?: string
needleLeft?: string
needleRight?: string
needleCombined?: string
}
export interface ThemeLUFSMeterTokens {
@@ -285,6 +288,9 @@ export interface ResolvedVUMeterTheme {
clip: string
scale: string
labels: string
needleLeft: string
needleRight: string
needleCombined: string
background: string
}