Single Input.
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Single Output.
| key | value |
|---|---|
| is | api.TargetType.AudioOutput |
The spacing in hertz between the low and high pass filters. Only has an effect for notch and bandpass modes. This effectively controls the bandwidth of the bandpass/notch filter.
| key | value |
|---|---|
| default | 0 |
| range | [-500, 500] |
| is | api.TargetType.AutomatableParameter |
The user-assigned name of this device.
Selects the filter mode of the slope.
| key | value |
|---|---|
| default | 1 |
| range | [1, 4] |
| is | api.TargetType.AutomatableParameter |
The cut-off frequency of the filter.
| key | value |
|---|---|
| default | 300 |
| range | [18, 10000] |
| is | api.TargetType.AutomatableParameter |
Whether the stompbox 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 resonance of the filter. 0 means no resonance, 1 means maximum resonance. No unit.
| key | value |
|---|---|
| default | 1 |
| range | [0, 1] |
| is | api.TargetType.AutomatableParameter |
"stompboxSlope"The slope filter is a multi-mode filter without envelope, with lowpass, highpass, notch, and bandpass modes. The notch & bandpass filters are implemented as a low and high pass filter in parallel or series, respectively.