add eq command to doc
This commit is contained in:
parent
9a5d4f14e5
commit
20aeedeef2
1 changed files with 12 additions and 1 deletions
|
@ -34,7 +34,18 @@ Run the eg-amp plugin over the given slice of the file.
|
|||
|
||||
## `rflanger split index delay_depth_avg law_freq`
|
||||
|
||||
Runs the Retro Flanger script from the SWH plugins.
|
||||
Run the Retro Flanger script from the SWH plugins.
|
||||
|
||||
- `delay_depth_avg` is for the `Average stall (ms)` parameter of the plugin.
|
||||
- `law_freq` is for the `Flange frequency` parameter of the plugin.
|
||||
|
||||
## `eq split index lo mid hi`
|
||||
|
||||
Run the DJ EQ plugin from the SWH plugins.
|
||||
|
||||
`lo`, `mid`, and `hi` are the respective dB gains for each frequency range.
|
||||
|
||||
All three ranges accept gains from -70dB to +6dB.
|
||||
|
||||
## TODO `echo split index delay`
|
||||
|
||||
|
|
Loading…
Reference in a new issue