mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-20 04:19:56 +02:00
Improved VU needle mode
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user