iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SmoothedGain< T > Class Template Reference

Public Member Functions

 SmoothedGain (double smoothingTime=5.0)
 
void ProcessBlock (T **inputs, T **outputs, int nChans, int nFrames, double gainValue)
 
void SetSampleRate (double sampleRate)
 

Detailed Description

template<typename T>
class SmoothedGain< T >

Definition at line 91 of file Smoothers.h.

Constructor & Destructor Documentation

◆ SmoothedGain()

template<typename T >
SmoothedGain< T >::SmoothedGain ( double  smoothingTime = 5.0)
inline

Definition at line 94 of file Smoothers.h.

Member Function Documentation

◆ ProcessBlock()

template<typename T >
void SmoothedGain< T >::ProcessBlock ( T **  inputs,
T **  outputs,
int  nChans,
int  nFrames,
double  gainValue 
)
inline

Definition at line 99 of file Smoothers.h.

◆ SetSampleRate()

template<typename T >
void SmoothedGain< T >::SetSampleRate ( double  sampleRate)
inline

Definition at line 112 of file Smoothers.h.


The documentation for this class was generated from the following file: