Home
last modified time | relevance | path

Searched refs:pScPreamp (Results 1 – 14 of 14) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dgate.cpp135 c->pScPreamp = NULL; in init()
225 c->pScPreamp = sc->pScPreamp; in init()
252 c->pScPreamp = vPorts[port_id++]; in init()
467 c->sSC.set_gain(c->pScPreamp->getValue()); in update_settings()
H A Dexpander.cpp135 c->pScPreamp = NULL; in init()
220 c->pScPreamp = sc->pScPreamp; in init()
247 c->pScPreamp = vPorts[port_id++]; in init()
445 c->sSC.set_gain(c->pScPreamp->getValue()); in update_settings()
H A Dcompressor.cpp136 c->pScPreamp = NULL; in init()
223 c->pScPreamp = sc->pScPreamp; in init()
247 c->pScPreamp = vPorts[port_id++]; in init()
462 c->sSC.set_gain(c->pScPreamp->getValue()); in update_settings()
1070 v->write("pScPreamp", c->pScPreamp); in dump()
H A Ddyna_processor.cpp137 c->pScPreamp = NULL; in init()
242 c->pScPreamp = sc->pScPreamp; in init()
266 c->pScPreamp = vPorts[port_id++]; in init()
498 c->sSC.set_gain(c->pScPreamp->getValue()); in update_settings()
H A Dmb_compressor.cpp299 b->pScPreamp = NULL; in init()
476 b->pScPreamp = sb->pScPreamp; in init()
523 b->pScPreamp = vPorts[port_id++]; in init()
780 float sc_gain = b->pScPreamp->getValue(); in update_settings()
H A Dmb_expander.cpp286 b->pScPreamp = NULL; in init()
461 b->pScPreamp = sb->pScPreamp; in init()
506 b->pScPreamp = vPorts[port_id++]; in init()
759 float sc_gain = b->pScPreamp->getValue(); in update_settings()
H A Dmb_gate.cpp286 b->pScPreamp = NULL; in init()
463 b->pScPreamp = sb->pScPreamp; in init()
509 b->pScPreamp = vPorts[port_id++]; in init()
761 float sc_gain = b->pScPreamp->getValue(); in update_settings()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dexpander.h121 IPort *pScPreamp; // Sidechain pre-amplification member
H A Dgate.h122 IPort *pScPreamp; // Sidechain pre-amplification member
H A Dcompressor.h124 IPort *pScPreamp; // Sidechain pre-amplification member
H A Ddyna_processor.h124 IPort *pScPreamp; // Sidechain pre-amplification member
H A Dmb_gate.h97 IPort *pScPreamp; // Sidechain preamp member
H A Dmb_expander.h94 IPort *pScPreamp; // Sidechain preamp member
H A Dmb_compressor.h95 IPort *pScPreamp; // Sidechain preamp member