#include <audio_fx.h>
|
| | crossover () |
| void | process (float *data) |
| float | get_value (int c, int b) |
| void | set_sample_rate (uint32_t sr) |
| float | set_filter (int b, float f, bool force=false) |
| void | set_level (int b, float l) |
| void | set_active (int b, bool a) |
| void | set_mode (int m) |
| int | get_filter_count () const |
| void | init (int c, int b, uint32_t sr) |
| 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 |
◆ crossover()
◆ get_filter_count()
| int crossover::get_filter_count |
( |
| ) |
const |
◆ get_graph()
◆ get_layers()
| bool crossover::get_layers |
( |
int | index, |
|
|
int | generation, |
|
|
unsigned int & | layers ) const |
◆ get_value()
| float crossover::get_value |
( |
int | c, |
|
|
int | b ) |
◆ init()
◆ process()
| void crossover::process |
( |
float * | data | ) |
|
◆ set_active()
| void crossover::set_active |
( |
int | b, |
|
|
bool | a ) |
◆ set_filter()
| float crossover::set_filter |
( |
int | b, |
|
|
float | f, |
|
|
bool | force = false ) |
◆ set_level()
| void crossover::set_level |
( |
int | b, |
|
|
float | l ) |
◆ set_mode()
◆ set_sample_rate()
◆ active
| float dsp::crossover::active[8] |
◆ bands
| int dsp::crossover::bands |
◆ channels
| int dsp::crossover::channels |
◆ freq
| float dsp::crossover::freq[8] |
◆ hp
◆ level
| float dsp::crossover::level[8] |
◆ lp
◆ mode
◆ out
| float dsp::crossover::out[8][8] |
◆ redraw_graph
| int dsp::crossover::redraw_graph |
|
mutable |
◆ 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