Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Member Functions | List of all members
dsp::LadderFilter< SampleType > Class Template Reference

Multi-mode filter based on the Moog ladder filter. More...

#include <juce_LadderFilter.h>

Public Types

using Mode = LadderFilterMode
 

Public Member Functions

 LadderFilter ()
 Creates an uninitialised filter.
 
void setEnabled (bool isEnabled) noexcept
 Enables or disables the filter.
 
void setMode (Mode newMode) noexcept
 Sets filter mode.
 
void prepare (const ProcessSpec &spec)
 Initialises the filter.
 
size_t getNumChannels () const noexcept
 Returns the current number of channels.
 
void reset () noexcept
 Resets the internal state variables of the filter.
 
void setCutoffFrequencyHz (SampleType newCutoff) noexcept
 Sets the cutoff frequency of the filter.
 
void setResonance (SampleType newResonance) noexcept
 Sets the resonance of the filter.
 
void setDrive (SampleType newDrive) noexcept
 Sets the amount of saturation in the filter.
 
template<typename ProcessContext >
void process (const ProcessContext &context) noexcept
 

Protected Member Functions

SampleType processSample (SampleType inputValue, size_t channelToUse) noexcept
 
void updateSmoothers () noexcept
 

Detailed Description

template<typename SampleType>
class dsp::LadderFilter< SampleType >

Multi-mode filter based on the Moog ladder filter.

Member Typedef Documentation

◆ Mode

template<typename SampleType >
using dsp::LadderFilter< SampleType >::Mode = LadderFilterMode

Constructor & Destructor Documentation

◆ LadderFilter()

template<typename SampleType >
dsp::LadderFilter< SampleType >::LadderFilter ( )

Creates an uninitialised filter.

Call prepare() before first use.

Member Function Documentation

◆ setEnabled()

template<typename SampleType >
void dsp::LadderFilter< SampleType >::setEnabled ( bool isEnabled)
noexcept

Enables or disables the filter.

If disabled it will simply pass through the input signal.

◆ setMode()

template<typename SampleType >
void dsp::LadderFilter< SampleType >::setMode ( Mode newMode)
noexcept

Sets filter mode.

◆ prepare()

template<typename SampleType >
void dsp::LadderFilter< SampleType >::prepare ( const ProcessSpec & spec)

Initialises the filter.

◆ getNumChannels()

template<typename SampleType >
size_t dsp::LadderFilter< SampleType >::getNumChannels ( ) const
noexcept

Returns the current number of channels.

Referenced by dsp::LadderFilter< SampleType >::process().

◆ reset()

template<typename SampleType >
void dsp::LadderFilter< SampleType >::reset ( )
noexcept

Resets the internal state variables of the filter.

◆ setCutoffFrequencyHz()

template<typename SampleType >
void dsp::LadderFilter< SampleType >::setCutoffFrequencyHz ( SampleType newCutoff)
noexcept

Sets the cutoff frequency of the filter.

Parameters
newCutoffcutoff frequency in Hz

◆ setResonance()

template<typename SampleType >
void dsp::LadderFilter< SampleType >::setResonance ( SampleType newResonance)
noexcept

Sets the resonance of the filter.

Parameters
newResonancea value between 0 and 1; higher values increase the resonance and can result in self oscillation!

◆ setDrive()

template<typename SampleType >
void dsp::LadderFilter< SampleType >::setDrive ( SampleType newDrive)
noexcept

Sets the amount of saturation in the filter.

Parameters
newDrivesaturation amount; it can be any number greater than or equal to one. Higher values result in more distortion.

◆ process()

template<typename SampleType >
template<typename ProcessContext >
void dsp::LadderFilter< SampleType >::process ( const ProcessContext & context)
noexcept

◆ processSample()

template<typename SampleType >
SampleType dsp::LadderFilter< SampleType >::processSample ( SampleType inputValue,
size_t channelToUse )
protectednoexcept

◆ updateSmoothers()

template<typename SampleType >
void dsp::LadderFilter< SampleType >::updateSmoothers ( )
protectednoexcept

The documentation for this class was generated from the following file:
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram