add delay cmd
This commit is contained in:
parent
79dc56daae
commit
b9160adad2
4 changed files with 44 additions and 3 deletions
|
@ -100,9 +100,23 @@ Run the Early Reflection Reverb from the Invada Studio plugins.
|
|||
Run the High Pass Filter from the Invada Studio plugins.
|
||||
|
||||
Parameters:
|
||||
- `freq`: Frequency. 20-20000, default 1000
|
||||
- `gain`: Gain, 0-12, default 0
|
||||
- `noClip`: Soft Clip (assumed boolean), 0-1, default 0
|
||||
- `freq`: Frequency. 20..20000, default 1000
|
||||
- `gain`: Gain, 0..12, default 0
|
||||
- `noClip`: Soft Clip (assumed boolean), 0..1, default 0
|
||||
|
||||
## `delay seed gain`
|
||||
|
||||
Parameters:
|
||||
- `seed`: Random seed, 0..1000, default 0
|
||||
- `gain`: Input gain (dB), -96..24, default 0
|
||||
- `feedback_pc`: Feedback (%), 0..100, default 0
|
||||
- `tap_count`: Number of taps, 2..128, default 2
|
||||
- `first_delay`: First delay (s), 0..5, default 0
|
||||
- `delay_range`: Delay range (s), 0..6, default 6
|
||||
- `delay_scale`: Delay change, 0..5, default 1
|
||||
- `delay_rand_pc`: Delay random (%), 0..100, default 0
|
||||
- `gain_scale`: Amplitude change, 0.2..5, default 1
|
||||
- `wet`: Dry/wet mix, 0..1, default 1
|
||||
|
||||
## TODO `echo split index delay`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue