Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h84 bool bCustHCF; // Custom frequency for high-cut filter member
H A Dmb_expander.h81 bool bCustHCF; // Custom frequency for high-cut filter member
H A Dmb_compressor.h82 bool bCustHCF; // Custom frequency for high-cut filter member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp286 b->bCustHCF = false; in init()
839 if (b->bCustHCF != cust_hcf) in update_settings()
841 b->bCustHCF = cust_hcf; in update_settings()
936 … fp.nType = ((j != (c->nPlanSize-1)) || (b->bCustHCF)) ? FLT_BT_LRX_LOPASS : FLT_NONE; in update_settings()
937 … fp.fFreq = (b->bCustHCF) ? b->pScHcfFreq->getValue() : b->pFreqEnd->getValue(); in update_settings()
H A Dmb_expander.cpp274 b->bCustHCF = false; in init()
817 if (b->bCustHCF != cust_hcf) in update_settings()
819 b->bCustHCF = cust_hcf; in update_settings()
910 … fp.nType = ((j != (c->nPlanSize-1)) || (b->bCustHCF)) ? FLT_BT_LRX_LOPASS : FLT_NONE; in update_settings()
911 … fp.fFreq = (b->bCustHCF) ? b->pScHcfFreq->getValue() : b->pFreqEnd->getValue(); in update_settings()
H A Dmb_gate.cpp274 b->bCustHCF = false; in init()
824 if (b->bCustHCF != cust_hcf) in update_settings()
826 b->bCustHCF = cust_hcf; in update_settings()
917 … fp.nType = ((j != (c->nPlanSize-1)) || (b->bCustHCF)) ? FLT_BT_LRX_LOPASS : FLT_NONE; in update_settings()
918 … fp.fFreq = (b->bCustHCF) ? b->pScHcfFreq->getValue() : b->pFreqEnd->getValue(); in update_settings()