- Description
- Index
- Documentation
- Releases
- Files
- lv2-parameters.doap.ttl
- parameters.ttl
URI | http://lv2plug.in/ns/ext/parameters |
---|---|
Version | 1.2 (2012-10-14) |
Prefixes | dcs doap foaf lv2 meta owl param pg rdf rdfs |
Discuss | devel@lists.lv2plug.in (subscribe) |
Developer | |
Maintainer |
This vocabulary describes parameters common in audio processing software. A
parameter
is purely a metadata concept, unrelated to any particular code
mechanism. Parameters are used to assign meaning to controls (e.g. using
lv2:designation for ports) so they can be used more intelligently or presented
to the user more efficiently.
Sub-class of | param:ControlGroup | ||
---|---|---|---|
pg:element |
| ||
|
A group representing a set of associated controls.
Sub-class of | pg:Group |
---|
Sub-class of | param:ControlGroup | ||
---|---|---|---|
pg:element |
| ||
|
Sub-class of | param:ControlGroup | ||
---|---|---|---|
pg:element |
| ||
| |||
| |||
|
Type | lv2:Parameter |
---|
The duration of an envelope's attack stage.
Type | lv2:Parameter |
---|
A boolean parameter that disabled processing if true.
Type | lv2:Parameter |
---|
Type | lv2:Parameter |
---|
The duration of an envelope's decay stage.
Type | lv2:Parameter |
---|
The duration of an envelope's delay stage.
Type | lv2:Parameter |
---|
The level of the unprocessed component of a signal.
Type | lv2:Parameter |
---|
Type | lv2:Parameter |
---|
A factor which controls an output level.
Type | lv2:Parameter |
---|
The duration of an envelope's hold stage.
Type | lv2:Parameter |
---|
The width of a pulse of a rectangular waveform.
Type | lv2:Parameter |
---|
Compression ration.
Type | lv2:Parameter |
---|
The duration of an envelope's release stage.
Type | lv2:Parameter |
---|
The resonance of a filter.
Type | lv2:Parameter |
---|
A sample rate in Hz.
Type | lv2:Parameter |
---|
The level (not duration) of an envelope's sustain stage.
Type | lv2:Parameter |
---|
Compression threshold.
Type | lv2:Parameter |
---|
Type | lv2:Parameter |
---|
The ratio between processed and bypass components in output signal. The dry and wet percentages can be calculated from the following equations:
dry = (wetDryRatio.maximum - wetDryRatio.value) / wetDryRatio.maximum wet = wetDryRatio.value / wetDryRatio.maximum
Typically, maximum value of 1 or 100 and minimum value of 0 should be used.
Type | lv2:Parameter |
---|
The level of the processed component of a signal.
Type | lv2:Parameter |
---|