Skip to content

Effects

Wicopee edited this page Aug 26, 2021 · 6 revisions

Effects

Effects can be enabled with effect command (e for short).

Supported effects

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.

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. 

Examples

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
Clone this wiki locally