add chorus command

This commit is contained in:
Luna 2019-07-10 16:59:15 -03:00
parent 317916a1e0
commit 5fb0f9c066
4 changed files with 58 additions and 1 deletions

View file

@ -62,6 +62,8 @@ Parameters:
## `mbeq split index band_1 band_2 band_3 band_4 band_5 band_6 band_7 band_8 band_9 band_10 band_11 band_12 band_13 band_14 band_15`
Multiband EQ from the SWH plugins.
In respective order, the band arugments represent the:
50Hz, 100Hz, 156Hz, 220Hz, 311Hz, 440Hz, 622Hz, 880Hz 1250Hz, 1750Hz, 2500Hz,
3500Hz, 5000Hz, 10000Hz and 20000Hz frequencies.
@ -69,6 +71,18 @@ In respective order, the band arugments represent the:
All of them represent the band's gain in dB. The range is -70 to +30dB,
default is 0.
## `chorus split index voices delay_base voice_spread detune law_freq attendb`
Multivoice Chrorus from the SWH plugins.
Parameters:
- `voices`: Number of voices (int), 1..8, default 1
- `delay_base`: Delay base (ms), 10..40, default 10
- `voice_spread`: Voice separation (ms), 0-2, default 0.5
- `detune`: Detune (%), 0..5, default 1
- `law_freq`: LFO frequency (Hz), 2..30, default 9
- `attendb`: Output attenuation (dB), -20..0, default 0
## TODO `echo split index delay`
Run an echo filter on the given loaded file.