Home
last modified time | relevance | path

Searched refs:fWetGain (Results 1 – 16 of 16) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dgate.cpp115 c->fWetGain = 0.0f; in init()
528 c->fWetGain = c->pWetGain->getValue() * out_gain; in update_settings()
656 dsp::mix2(cm->vOut, cm->vIn, cm->fMakeup * cm->fWetGain, cm->fDryGain, to_process); in process()
657 dsp::mix2(cs->vOut, cs->vIn, cs->fMakeup * cs->fWetGain, cs->fDryGain, to_process); in process()
680 … dsp::mix2(c->vOut, c->vIn, c->fMakeup * c->fWetGain, c->fDryGain, to_process); in process()
H A Dexpander.cpp115 c->fWetGain = 0.0f; in init()
501 c->fWetGain = c->pWetGain->getValue() * out_gain; in update_settings()
619 dsp::mix2(cm->vOut, cm->vIn, cm->fMakeup * cm->fWetGain, cm->fDryGain, to_process); in process()
620 dsp::mix2(cs->vOut, cs->vIn, cs->fMakeup * cs->fWetGain, cs->fDryGain, to_process); in process()
643 … dsp::mix2(c->vOut, c->vIn, c->fMakeup * c->fWetGain, c->fDryGain, to_process); in process()
H A Dcompressor.cpp116 c->fWetGain = 0.0f; in init()
519 c->fWetGain = c->pWetGain->getValue() * out_gain; in update_settings()
767 dsp::mix2(cm->vOut, cm->vIn, cm->fMakeup * cm->fWetGain, cm->fDryGain, to_process); in process()
768 dsp::mix2(cs->vOut, cs->vIn, cs->fMakeup * cs->fWetGain, cs->fDryGain, to_process); in process()
791 … dsp::mix2(c->vOut, c->vIn, c->fMakeup * c->fWetGain, c->fDryGain, to_process); in process()
1048 v->write("fWetGain", c->fWetGain); in dump()
H A Ddyna_processor.cpp117 c->fWetGain = 0.0f; in init()
563 c->fWetGain = c->pWetGain->getValue() * out_gain; in update_settings()
813 dsp::mix2(cm->vOut, cm->vIn, cm->fMakeup * cm->fWetGain, cm->fDryGain, to_process); in process()
814 dsp::mix2(cs->vOut, cs->vIn, cs->fMakeup * cs->fWetGain, cs->fDryGain, to_process); in process()
837 … dsp::mix2(c->vOut, c->vIn, c->fMakeup * c->fWetGain, c->fDryGain, to_process); in process()
H A Dimpulse_responses.cpp222 c->fWetGain = 1.0f; in init()
442 c->fWetGain = pWet->getValue() * c->pMakeup->getValue() * fGain; in update_settings()
706 dsp::mix2(c->vBuffer, c->vIn, c->fWetGain, c->fDryGain, to_do); in process()
H A Dmb_compressor.cpp44 fWetGain = GAIN_AMP_0_DB; in mb_compressor_base()
667 fWetGain = out_gain * pWetGain->getValue(); in update_settings()
1350 dsp::mix2(c->vBuffer, c->vInBuffer, fWetGain, fDryGain, to_process); in process()
H A Dmb_expander.cpp43 fWetGain = GAIN_AMP_0_DB; in mb_expander_base()
646 fWetGain = out_gain * pWetGain->getValue(); in update_settings()
1286 dsp::mix2(c->vBuffer, c->vInBuffer, fWetGain, fDryGain, to_process); in process()
H A Dmb_gate.cpp43 fWetGain = GAIN_AMP_0_DB; in mb_gate_base()
652 fWetGain = out_gain * pWetGain->getValue(); in update_settings()
1295 dsp::mix2(c->vBuffer, c->vIn, fWetGain, fDryGain, to_process); in process()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dexpander.h104 float fWetGain; // Wet gain member
H A Dgate.h105 float fWetGain; // Wet gain member
H A Dcompressor.h107 float fWetGain; // Wet gain member
H A Dimpulse_responses.h99 float fWetGain; member
H A Ddyna_processor.h107 float fWetGain; // Wet gain member
H A Dmb_gate.h183 float fWetGain; // Wet gain variable
H A Dmb_expander.h181 float fWetGain; // Wet gain variable
H A Dmb_compressor.h184 float fWetGain; // Wet gain variable