Audio Input.
| key | value |
|---|---|
| is | api.TargetType.AudioInput |
Single Output.
| key | value |
|---|---|
| is | api.TargetType.AudioOutput |
Compressor bands.
The user-assigned name of this device.
Gain of the compressor.
| key | value |
|---|---|
| default | 0 |
| range | [-24, 24] |
| 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 |
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 |
Allows adjustment of the duration of the window during which the signal peak is detected that triggers the compressors, in milliseconds. If this is 0, the compressor will trigger on the first peak sample.
| key | value |
|---|---|
| default | 5 |
| range | [0, 30] |
| is | api.TargetType.AutomatableParameter |
Selects the spectrum mode of the quantum. This only affects the visual representation in the DAW.
| key | value |
|---|---|
| default | 2 |
| range | [1, 3] |
The frequencies that split the different frequency bands for the band splitter. There are 4 frequency bands, thus 3 split points.
These frequencies should be ordered in magnitude. If they aren't, then the different bands might overlap or not produce any sound at all.
| key | value |
|---|---|
| default | 20 |
| range | [20, 20000] |
"quantum"The Quantum device, a multi-band compressor. It's essentially a band splitter, then a compressor for each band, then a merger.