Audio input.
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Audio output.
| key | value |
|---|---|
| is | api.TargetType.AudioOutput |
The user-assigned name of this device.
The first peak filter. In the DAW UI, parameters are shown to the left.
The second peak filter. In the DAW UI, parameters are shown to the right.
Gain applied to the signal after equalization.
| key | value |
|---|---|
| default | 0 |
| range | [-18, 18] |
| is | api.TargetType.AutomatableParameter |
Whether the device is active or not. When is_active=false, audio signal bypasses the device.
| key | value |
|---|---|
| default | true |
| is | api.TargetType.AutomatableParameter |
Controls the mix between the incoming and the effect signal. 0 ("dry") means 0% effect applied, 1 ("wet") means 100% effect applied; values between mixes the two linearly.
| key | value |
|---|---|
| default | 1 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
X position on the desktop in the DAW.
| key | value |
|---|---|
| default | 0 |
| range | full |
Y position on the desktop in the DAW.
| key | value |
|---|---|
| default | 0 |
| range | full |
The backend name of the preset applied to this device, if any. Usually presets/{uuid}. This is used for record-keeping only and has no effect on the sound of the device.
"graphicalEQ"The GraphicalEQ is an equalizer with two parametric peak filters.
Each filter has a special parameter "panning" that results in the filter gain of the left channel to be the mirror of the right.