significantly improved and more accurate vectorscope

This commit is contained in:
Boof2015
2026-08-16 20:52:50 -04:00
parent 3e95cbfc28
commit 04f254512c
21 changed files with 682 additions and 335 deletions
+2
View File
@@ -16,12 +16,14 @@ export function vectorscopeSettingsToOptions(
gridMajorColor: theme.guides,
gridMinorColor: theme.guidesSecondary,
labelColor: theme.labels,
phaseRiskColor: theme.phaseRisk,
bandColors: {
low: theme.bandLow,
mid: theme.bandMid,
high: theme.bandHigh,
},
mode: settings.mode,
zoomDb: settings.zoomDb,
multiband: settings.multiband,
showGrid: settings.showGrid,
persistence: settings.persistence,