Home
last modified time | relevance | path

Searched refs:pFftInSw (Results 1 – 8 of 8) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dcrossover.h106 IPort *pFftInSw; // Pre-processing FFT analysis control port member
H A Dmb_gate.h164 IPort *pFftInSw; // Pre-processing FFT analysis control port member
H A Dmb_expander.h162 IPort *pFftInSw; // Pre-processing FFT analysis control port member
H A Dmb_compressor.h165 IPort *pFftInSw; // Pre-processing FFT analysis control port member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dcrossover.cpp197 c->pFftInSw = NULL; in init()
300 c->pFftInSw = vPorts[port_id++]; in init()
468 sAnalyzer.enable_channel(c->nAnInChannel, c->pFftInSw->getValue() >= 0.5f); in update_settings()
1094 v->write("pFftInSw", c->pFftInSw); in dump()
H A Dmb_compressor.cpp240 c->pFftInSw = NULL; in init()
422 c->pFftInSw = vPorts[port_id++]; in init()
695 c->bInFft = c->pFftInSw->getValue() >= 0.5f; in update_settings()
H A Dmb_expander.cpp228 c->pFftInSw = NULL; in init()
407 c->pFftInSw = vPorts[port_id++]; in init()
674 c->bInFft = c->pFftInSw->getValue() >= 0.5f; in update_settings()
H A Dmb_gate.cpp227 c->pFftInSw = NULL; in init()
409 c->pFftInSw = vPorts[port_id++]; in init()
680 c->bInFft = c->pFftInSw->getValue() >= 0.5f; in update_settings()