Audio Input
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Audio Output
| key | value |
|---|---|
| is | api.TargetType.AudioOutput |
The user-assigned name of this device.
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 distorted signal. 0 ("dry") means 0% distortion applied, 1 ("wet") means 100% distortion 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 "power" factor controls how much distortion is added to the signal above the tone frequency.
| key | value |
|---|---|
| default | 0.5 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
The "tone" frequency is the frequency above which the exciter will add distortion to the signal.
| key | value |
|---|---|
| default | 3500 |
| range | [20, 13000] |
| is | api.TargetType.AutomatableParameter |
"exciter"The exciter device. Enriches the signal by adding a harmonic content to the signal.
It does so by adding distortion to the higher frequencies above a certain threshold.