Filters
Representation of the filter configuration.
Types
Mixes both channels (left and right), with a configurable factor on how much each channel affects the other. With the defaults, both channels are kept independent from each other. Setting all factors to 0.5 means both channels get the same audio.
Distortion effect. It can generate some pretty unique audio effects.
Uses equalization to eliminate part of a band, usually targeting vocals.
Higher frequencies get suppressed, while lower frequencies pass through this filter, thus the name low pass.
Rotates the sound around the stereo channels/user headphones aka Audio Panning. It can produce an effect similar to: https://youtu.be/QB9EB8mTKcc (without the reverb)
Changes the speed, pitch, and rate. All default to 1.
Uses amplification to create a shuddering effect, where the volume quickly oscillates. Example: https://en.wikipedia.org/wiki/File:Fuse_Electronics_Tremolo_MK-III_Quick_Demo.ogv
Similar to Tremolo. While tremolo oscillates the volume, vibrato oscillates the pitch.
Properties
Functions
Gives you a BandConfigurator to configure this band.
Configures the Filters.ChannelMix filter.
Configures the Filters.Distortion filter.
Configures the Filters.Karaoke filter.
Configures the Filters.LowPass filter.
Registers a plugin based filter with name.
Configures the Filters.Rotation filter.
Configures the Filters.Timescale filter.
Configures the Filters.Tremolo filter.
Unsets the ChannelMix filter, this disables the filter
Unsets the Distortion filter, this disables the filter
Unsets the Karaoke filter, this disables the filter
Unsets the LowPass filter, this disables the filter
Unsets the Rotation filter, this disables the filter
Unsets the Timescale filter, this disables the filter
Unsets the Tremolo filter, this disables the filter
Unsets the Vibrato filter, this disables the filter
Configures the Filters.Vibrato filter.