#include <FormantFilterGraph.H>
|
| | FormantFilterGraph (int x, int y, int w, int h, const char *label=0) |
| void | init (int *nvowel_, int *nformant_) |
| void | draw_freq_line (float freq, int type) |
| void | draw () |
| virtual | ~FormantFilterGraph (void) |
| void | OSC_value (int x, const char *) override |
| void | OSC_value (unsigned x, void *v) override |
| void | rebase (std::string new_base) override |
| void | updateVowel (int) |
| void | updateFormant (int) |
| void | update (void) |
| | Fl_Osc_Widget (void) |
| | Fl_Osc_Widget (Fl_Widget *self) |
| | Fl_Osc_Widget (std::string loc, Fl_Osc_Interface *osc) |
| virtual | ~Fl_Osc_Widget (void) |
| virtual void | OSC_value (float) |
| virtual void | OSC_value (bool) |
| virtual void | OSC_value (int) |
| virtual void | OSC_value (char) |
| virtual void | OSC_value (const char *) |
| virtual void | OSC_value (float x, const char *) |
| virtual void | OSC_value (bool x, const char *) |
| virtual void | OSC_value (char x, const char *) |
| virtual void | OSC_value (unsigned x, void *v, const char *) |
| virtual void | OSC_value (const char *x, const char *) |
| virtual void | OSC_raw (const char *) |
| void | oscWrite (std::string path, const char *args,...) |
| void | oscWrite (std::string path) |
| void | oscRegister (const char *path) |
| void | oscMove (std::string new_ext) |
| void | oscMove (std::string old_loc, std::string new_loc) |
◆ FormantFilterGraph()
| FormantFilterGraph::FormantFilterGraph |
( |
int | x, |
|
|
int | y, |
|
|
int | w, |
|
|
int | h, |
|
|
const char * | label = 0 ) |
◆ ~FormantFilterGraph()
| FormantFilterGraph::~FormantFilterGraph |
( |
void | | ) |
|
|
virtual |
◆ draw()
| void FormantFilterGraph::draw |
( |
| ) |
|
◆ draw_freq_line()
| void FormantFilterGraph::draw_freq_line |
( |
float | freq, |
|
|
int | type ) |
◆ formantfilterH()
| void FormantFilterGraph::formantfilterH |
( |
int | nvowel, |
|
|
int | nfreqs, |
|
|
float * | freqs ) |
|
private |
◆ getcenterfreq()
| float FormantFilterGraph::getcenterfreq |
( |
void | | ) |
|
|
private |
◆ getformantamp()
| float FormantFilterGraph::getformantamp |
( |
unsigned char | amp | ) |
|
|
private |
◆ getformantfreq()
| float FormantFilterGraph::getformantfreq |
( |
unsigned char | freq | ) |
|
|
private |
◆ getformantq()
| float FormantFilterGraph::getformantq |
( |
unsigned char | q | ) |
|
|
private |
◆ getfreqpos()
| float FormantFilterGraph::getfreqpos |
( |
float | freq | ) |
|
|
private |
◆ getfreqx()
| float FormantFilterGraph::getfreqx |
( |
float | x | ) |
|
|
private |
◆ getgain()
| float FormantFilterGraph::getgain |
( |
void | | ) |
|
|
private |
◆ getoctavesfreq()
| float FormantFilterGraph::getoctavesfreq |
( |
void | | ) |
|
|
private |
◆ getq()
| float FormantFilterGraph::getq |
( |
void | | ) |
|
|
private |
◆ init()
| void FormantFilterGraph::init |
( |
int * | nvowel_, |
|
|
int * | nformant_ ) |
◆ OSC_value() [1/2]
| void FormantFilterGraph::OSC_value |
( |
int | x, |
|
|
const char * | loc ) |
|
overridevirtual |
◆ OSC_value() [2/2]
| void FormantFilterGraph::OSC_value |
( |
unsigned | x, |
|
|
void * | v ) |
|
overridevirtual |
◆ rebase()
| void FormantFilterGraph::rebase |
( |
std::string | new_base | ) |
|
|
overridevirtual |
◆ update()
| void FormantFilterGraph::update |
( |
void | | ) |
|
|
virtual |
◆ updateFormant()
| void FormantFilterGraph::updateFormant |
( |
int | | ) |
|
◆ updateVowel()
| void FormantFilterGraph::updateVowel |
( |
int | | ) |
|
◆ amp
| unsigned char FormantFilterGraph::amp |
◆ [struct]
◆ freq
| unsigned char FormantFilterGraph::freq |
◆ graphpoints
| float* FormantFilterGraph::graphpoints |
|
private |
◆ nformant
| int * FormantFilterGraph::nformant |
|
private |
◆ nvowel
| int* FormantFilterGraph::nvowel |
|
private |
◆ Pcenterfreq
| int FormantFilterGraph::Pcenterfreq |
|
private |
◆ Pgain
| int FormantFilterGraph::Pgain |
|
private |
◆ Pnumformants
| int FormantFilterGraph::Pnumformants |
|
private |
◆ Poctavesfreq
| int FormantFilterGraph::Poctavesfreq |
|
private |
◆ Pq
| int FormantFilterGraph::Pq |
|
private |
◆ Pstages
| int FormantFilterGraph::Pstages |
|
private |
◆ [struct]
| unsigned char FormantFilterGraph::q |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/UI/FormantFilterGraph.H
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/UI/FormantFilterGraph.cpp