-
-
Notifications
You must be signed in to change notification settings - Fork 5
Effects
Wicopee edited this page Aug 26, 2021
·
6 revisions
Effects can be enabled with effect
command (e
for short).
Currently, supported effects are:
bass
echo
highpass
lowpass
reverb
treble
tremolo
You can also get the list of effects by using the effect command with no arguments.
-e, -enable Enable the specified effect.
-d, -disable Disable the specified effect.
-l, -list A list of options you can modify, also provides the
range (limit) of the options and the current values.
-s, -set <option>=<value> Change the option to the given value.
-g, -get <option> Get the current value of the given option.
Enable reverb with reverberance set to 100%:
mb!e reverb -e
mb!e reverb -s reverberance=100
OR
mb!e reverb -e -s reverberance=100