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.
Index
Classes
CompressorControls
Class| Label | Compressor Controls | ||
|---|---|---|---|
| Subclass of | ControlGroup | ||
| pg:element |
| ||
| pg:element |
|
ControlGroup
Class| Label | Control Group |
|---|---|
| Subclass of | pg:Group |
| Superclass of | CompressorControls |
| EnvelopeControls | |
| FilterControls | |
| OscillatorControls |
EnvelopeControls
Class| Label | DAHDSR Envelope Controls | ||||
|---|---|---|---|---|---|
| Subclass of | ControlGroup | ||||
| pg:element |
| ||||
| pg:element |
| ||||
| pg:element |
| ||||
| pg:element |
| ||||
| pg:element |
| ||||
| pg:element |
|
FilterControls
Class| Label | Filter Controls | ||
|---|---|---|---|
| Subclass of | ControlGroup | ||
| pg:element |
| ||
| pg:element |
|
OscillatorControls
Class| Label | Oscillator Controls | ||
|---|---|---|---|
| Subclass of | ControlGroup | ||
| pg:element |
| ||
| pg:element |
| ||
| pg:element |
| ||
| pg:element |
|
Instances
gain
Instance| Type | lv2:Parameter |
|---|---|
| units:unit | units:db |
| lv2:default | 0.0 |
| lv2:maximum | 20.0 |
| lv2:minimum | -20.0 |
Gain in decibels.
wetDryRatio
Instance| 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.
History
- Version 1.4 (2015-04-07)
- Add range to parameters so hosts know how to control them.
- Version 1.2 (2012-10-14)
- Use consistent label style.
- Add param:sampleRate.
- Add parameters.h of URI defines for convenience.
- Version 1.0 (2012-04-17)
- Initial release.
A group representing a set of associated controls.