#include <audio_fx.h>
◆ transients()
| transients::transients |
( |
| ) |
|
◆ ~transients()
| transients::~transients |
( |
| ) |
|
◆ calc_relfac()
| void transients::calc_relfac |
( |
| ) |
|
◆ process()
| void transients::process |
( |
float * | in, |
|
|
float | s ) |
◆ set_channels()
| void transients::set_channels |
( |
int | ch | ) |
|
◆ set_params()
| void transients::set_params |
( |
float | att_t, |
|
|
float | att_l, |
|
|
float | rel_t, |
|
|
float | rel_l, |
|
|
float | sust_th, |
|
|
int | look ) |
◆ set_sample_rate()
◆ waveshape()
| void dsp::transients::waveshape |
( |
float * | in | ) |
|
◆ att_level
| float dsp::transients::att_level |
◆ att_time
| float dsp::transients::att_time |
◆ attack
| double dsp::transients::attack |
◆ attack_coef
| double dsp::transients::attack_coef |
|
private |
◆ channels
| int dsp::transients::channels |
◆ cnt
◆ envelope
| double dsp::transients::envelope |
◆ lookahead
| int dsp::transients::lookahead |
◆ lookbuf
| float* dsp::transients::lookbuf |
◆ lookpos
| int dsp::transients::lookpos |
◆ looksize
| const int dsp::transients::looksize = 101 |
|
static |
◆ maxdelta
| double dsp::transients::maxdelta |
◆ new_return
| double dsp::transients::new_return |
◆ old_return
| double dsp::transients::old_return |
◆ rel_level
| float dsp::transients::rel_level |
◆ rel_time
| float dsp::transients::rel_time |
◆ release
| double dsp::transients::release |
◆ release_coef
| double dsp::transients::release_coef |
|
private |
◆ relfac
| double dsp::transients::relfac |
◆ srate
◆ sust_thres
| float dsp::transients::sust_thres |
◆ sustain_ended
| bool dsp::transients::sustain_ended |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/calf/audio_fx.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/audio_fx.cpp