|
LMMS
|
#include <DspEffectLibrary.h>
Public Member Functions | |
| StereoEnhancer (float wideCoeff) | |
| void | setWideCoeff (float wideCoeff) |
| float | wideCoeff () |
| void | nextSample (sample_t &inLeft, sample_t &inRight) |
Private Attributes | |
| float | m_wideCoeff |
Additional Inherited Members | |
| Public Types inherited from lmms::DspEffectLibrary::StereoBase< StereoEnhancer > | |
| using | bypassType |
| Static Public Member Functions inherited from lmms::DspEffectLibrary::StereoBase< StereoEnhancer > | |
| static void | process (sample_t **_buf, const f_cnt_t _frames) |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |