FilterDisplay
Connects to module type: Filter
Displays the Filter Curve on the interface
| ID | Default Value | Description |
Font
|
Oxygen Bold | no description |
FontSize
|
14.0 | no description |
ProcessorId
|
""
|
The ID of the module that connects to the filter graph |
Index
|
-1 | this is the display index slot that is assigned to the filter coefficents you want to display |
ShowLines
|
false
|
no description |
GainRange
|
24.0 | no description |
PathMargin
|
3.0 | no description |
PathType
|
StrokeFullWidth | no description |
This UI elements displays the frequency / magnitude response of any module that provides FilterCoefficients.
If you want a interactive element that allows you to drag the filter parameters, take a look at the
DraggableFilterPanel
floating tile.
CSS styling
You can style the filter display with the filtergraph
class selector. In order to draw the frequency response, you can use the path supplied with the variable var(--filterPath)
as background-image
property.