|
iPlug2 - C++ Audio Plug-in Framework
|
Public Member Functions | |
| LogParamSmooth (double timeMs=5., T initialValue=0.) | |
| T | Process (T input) |
| void | SetValue (T value) |
| void | SetValues (T values[NC]) |
| void | SetSmoothTime (double timeMs, double sampleRate) |
| void | ProcessBlock (T inputs[NC], T **outputs, int nFrames, int channelOffset=0) |
Definition at line 18 of file Smoothers.h.
|
inline |
Definition at line 25 of file Smoothers.h.
|
inline |
Definition at line 36 of file Smoothers.h.
|
inline |
Definition at line 69 of file Smoothers.h.
|
inline |
Definition at line 61 of file Smoothers.h.
|
inline |
Definition at line 45 of file Smoothers.h.
|
inline |
Definition at line 53 of file Smoothers.h.