Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dgate.cpp130 c->pScMode = NULL; in init()
221 c->pScMode = sc->pScMode; in init()
239 c->pScMode = vPorts[port_id++]; in init()
468 c->sSC.set_mode((c->pScMode != NULL) ? c->pScMode->getValue() : SCM_RMS); in update_settings()
H A Dexpander.cpp130 c->pScMode = NULL; in init()
216 c->pScMode = sc->pScMode; in init()
234 c->pScMode = vPorts[port_id++]; in init()
446 c->sSC.set_mode((c->pScMode != NULL) ? c->pScMode->getValue() : SCM_RMS); in update_settings()
H A Dcompressor.cpp131 c->pScMode = NULL; in init()
220 c->pScMode = sc->pScMode; in init()
234 c->pScMode = vPorts[port_id++]; in init()
463 c->sSC.set_mode((c->pScMode != NULL) ? c->pScMode->getValue() : SCM_RMS); in update_settings()
1065 v->write("pScMode", c->pScMode); in dump()
H A Ddyna_processor.cpp132 c->pScMode = NULL; in init()
238 c->pScMode = sc->pScMode; in init()
253 c->pScMode = vPorts[port_id++]; in init()
499 c->sSC.set_mode((c->pScMode != NULL) ? c->pScMode->getValue() : SCM_RMS); in update_settings()
H A Dmb_compressor.cpp296 b->pScMode = NULL; in init()
473 b->pScMode = sb->pScMode; in init()
517 b->pScMode = vPorts[port_id++]; in init()
788 b->sSC.set_mode(b->pScMode->getValue()); in update_settings()
H A Dmb_expander.cpp283 b->pScMode = NULL; in init()
458 b->pScMode = sb->pScMode; in init()
500 b->pScMode = vPorts[port_id++]; in init()
767 b->sSC.set_mode(b->pScMode->getValue()); in update_settings()
H A Dmb_gate.cpp283 b->pScMode = NULL; in init()
460 b->pScMode = sb->pScMode; in init()
503 b->pScMode = vPorts[port_id++]; in init()
767 b->sSC.set_mode(b->pScMode->getValue()); in update_settings()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dexpander.h116 IPort *pScMode; // Sidechain mode member
H A Dgate.h117 IPort *pScMode; // Sidechain mode member
H A Dcompressor.h119 IPort *pScMode; // Sidechain mode member
H A Ddyna_processor.h119 IPort *pScMode; // Sidechain mode member
H A Dmb_gate.h94 IPort *pScMode; // Sidechain mode member
H A Dmb_expander.h91 IPort *pScMode; // Sidechain mode member
H A Dmb_compressor.h92 IPort *pScMode; // Sidechain mode member