#include <audio_fx.h>
|
| | bitreduction () |
| void | set_sample_rate (uint32_t sr) |
| float | add_dc (float s, float dc) const |
| float | remove_dc (float s, float dc) const |
| void | set_params (float b, float m, bool bp, uint32_t mode, float dc, float aa) |
| float | waveshape (float in) const |
| float | process (float in) |
| virtual bool | get_graph (int subindex, int phase, float *data, int points, calf_plugins::cairo_iface *context, int *mode) const |
| bool | get_layers (int index, int generation, unsigned int &layers) const |
| bool | get_gridline (int subindex, int phase, float &pos, bool &vertical, std::string &legend, calf_plugins::cairo_iface *context) const |
◆ bitreduction()
| bitreduction::bitreduction |
( |
| ) |
|
◆ add_dc()
| float bitreduction::add_dc |
( |
float | s, |
|
|
float | dc ) const |
◆ get_graph()
◆ get_gridline()
◆ get_layers()
| bool bitreduction::get_layers |
( |
int | index, |
|
|
int | generation, |
|
|
unsigned int & | layers ) const |
◆ process()
| float bitreduction::process |
( |
float | in | ) |
|
◆ remove_dc()
| float bitreduction::remove_dc |
( |
float | s, |
|
|
float | dc ) const |
◆ set_params()
| void bitreduction::set_params |
( |
float | b, |
|
|
float | m, |
|
|
bool | bp, |
|
|
uint32_t | mode, |
|
|
float | dc, |
|
|
float | aa ) |
◆ set_sample_rate()
◆ waveshape()
| float bitreduction::waveshape |
( |
float | in | ) |
const |
◆ aa
| float dsp::bitreduction::aa |
◆ aa1
| float dsp::bitreduction::aa1 |
◆ bypass
| bool dsp::bitreduction::bypass |
◆ coeff
| float dsp::bitreduction::coeff |
◆ dc
| float dsp::bitreduction::dc |
◆ mode
◆ morph
| float dsp::bitreduction::morph |
◆ redraw_graph
| bool dsp::bitreduction::redraw_graph |
|
mutable |
◆ sqr
| float dsp::bitreduction::sqr |
◆ srate
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