Home
last modified time | relevance | path

Searched refs:pScLcfFreq (Results 1 – 6 of 6) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h100 IPort *pScLcfFreq; // Sidechain low-cut frequency member
H A Dmb_expander.h97 IPort *pScLcfFreq; // Sidechain low-cut frequency member
H A Dmb_compressor.h98 IPort *pScLcfFreq; // Sidechain low-cut frequency member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp302 b->pScLcfFreq = NULL; in init()
479 b->pScLcfFreq = sb->pScLcfFreq; in init()
529 b->pScLcfFreq = vPorts[port_id++]; in init()
847 float lcf = b->pScLcfFreq->getValue(); in update_settings()
948 fp.fFreq = (b->bCustLCF) ? b->pScLcfFreq->getValue() : b->fFreqStart; in update_settings()
H A Dmb_expander.cpp289 b->pScLcfFreq = NULL; in init()
464 b->pScLcfFreq = sb->pScLcfFreq; in init()
512 b->pScLcfFreq = vPorts[port_id++]; in init()
825 float lcf = b->pScLcfFreq->getValue(); in update_settings()
922 fp.fFreq = (b->bCustLCF) ? b->pScLcfFreq->getValue() : b->fFreqStart; in update_settings()
H A Dmb_gate.cpp289 b->pScLcfFreq = NULL; in init()
466 b->pScLcfFreq = sb->pScLcfFreq; in init()
515 b->pScLcfFreq = vPorts[port_id++]; in init()
832 float lcf = b->pScLcfFreq->getValue(); in update_settings()
929 fp.fFreq = (b->bCustLCF) ? b->pScLcfFreq->getValue() : b->fFreqStart; in update_settings()