CURVE_GRAPH
Page is not ready
This article contains information from the official Blue Cat Audio KUIML reference that was not yet verified and edited.
This widget displays a 2d graphical representation of the associated curve.
Attributes brief detailed show all inherited
Name | Description | Default | |
---|---|---|---|
color | Color of the curve graph | current... | |
graph_style | Type of graph to display the curve | curve | |
anti_alias | use anti aliasing to draw the curve (smooth drawing) | true | |
sample_rate | number of points of the curve drawn for each pixels | 1 |
See Attributes Common to Curve Viewers.
Specific Attributes
Examples
-
Graph with default options and anti_alias deactivated:

-
Changing the x scale:

-
We can change the style to 'bargraph':

-
And change the number of positions on the x scale:
- <?xml version="1.0" encoding="utf-8" ?>
- <SKIN language_version="1.0" background_color="#000000" v_margin="10" h_margin="10">
- <CURVE_GRAPH curve_id="dsp.output_curve3" x_response_curve="exp3" graph_style="bargraph" width="150" height="80"
- anti_alias="false" color="#00ff00" x_positions_count="21"/>
- </SKIN>
