description updates
This commit is contained in:
@@ -33,44 +33,61 @@
|
||||
"type": "float",
|
||||
"default": 0.4,
|
||||
"min": 0.1,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
"max": 1,
|
||||
"step": 0.01,
|
||||
"description": "Size of the waveform panel."
|
||||
},
|
||||
{
|
||||
"id": "overlayPosition",
|
||||
"label": "Overlay Position",
|
||||
"type": "vec2",
|
||||
"default": [0.24, 0.76],
|
||||
"min": [0.0, 0.0],
|
||||
"max": [1.0, 1.0],
|
||||
"step": [0.01, 0.01]
|
||||
"default": [
|
||||
0.24,
|
||||
0.76
|
||||
],
|
||||
"min": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"max": [
|
||||
1,
|
||||
1
|
||||
],
|
||||
"step": [
|
||||
0.01,
|
||||
0.01
|
||||
],
|
||||
"description": "Normalized position of the waveform panel."
|
||||
},
|
||||
{
|
||||
"id": "overlayPadding",
|
||||
"label": "Overlay Padding",
|
||||
"type": "float",
|
||||
"default": 0.08,
|
||||
"min": 0.0,
|
||||
"min": 0,
|
||||
"max": 0.25,
|
||||
"step": 0.01
|
||||
"step": 0.01,
|
||||
"description": "Padding inside the waveform panel."
|
||||
},
|
||||
{
|
||||
"id": "waveformOpacity",
|
||||
"label": "Waveform Opacity",
|
||||
"type": "float",
|
||||
"default": 0.75,
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 0.01,
|
||||
"description": "Opacity of the waveform trace."
|
||||
},
|
||||
{
|
||||
"id": "backgroundOpacity",
|
||||
"label": "Background",
|
||||
"type": "float",
|
||||
"default": 0.75,
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 0.01,
|
||||
"description": "Opacity of the waveform background panel."
|
||||
},
|
||||
{
|
||||
"id": "lineThickness",
|
||||
@@ -78,50 +95,61 @@
|
||||
"type": "float",
|
||||
"default": 1.5,
|
||||
"min": 0.5,
|
||||
"max": 10.0,
|
||||
"step": 0.1
|
||||
"max": 10,
|
||||
"step": 0.1,
|
||||
"description": "Thickness of the waveform trace in pixels."
|
||||
},
|
||||
{
|
||||
"id": "gridOpacity",
|
||||
"label": "Grid Opacity",
|
||||
"type": "float",
|
||||
"default": 1,
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 0.01,
|
||||
"description": "Opacity of the waveform grid and labels."
|
||||
},
|
||||
{
|
||||
"id": "waveformSamples",
|
||||
"label": "Waveform Samples",
|
||||
"type": "float",
|
||||
"default": 64.0,
|
||||
"min": 8.0,
|
||||
"max": 96.0,
|
||||
"step": 1.0
|
||||
"default": 64,
|
||||
"min": 8,
|
||||
"max": 96,
|
||||
"step": 1,
|
||||
"description": "Number of vertical samples used to build the waveform."
|
||||
},
|
||||
{
|
||||
"id": "waveformGain",
|
||||
"label": "Waveform Gain",
|
||||
"type": "float",
|
||||
"default": 12.0,
|
||||
"min": 1.0,
|
||||
"max": 32.0,
|
||||
"step": 0.5
|
||||
"default": 12,
|
||||
"min": 1,
|
||||
"max": 32,
|
||||
"step": 0.5,
|
||||
"description": "Brightness/intensity of waveform hits."
|
||||
},
|
||||
{
|
||||
"id": "waveformNoiseReduction",
|
||||
"label": "Noise Reduction",
|
||||
"type": "float",
|
||||
"default": 0.08,
|
||||
"min": 0.0,
|
||||
"min": 0,
|
||||
"max": 0.6,
|
||||
"step": 0.01
|
||||
"step": 0.01,
|
||||
"description": "Suppresses faint waveform speckle."
|
||||
},
|
||||
{
|
||||
"id": "waveformColor",
|
||||
"label": "Waveform Color",
|
||||
"type": "color",
|
||||
"default": [1.0, 1.0, 1.0, 1.0]
|
||||
"default": [
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"description": "Color used for the waveform trace."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user