Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h96 IPort *pScReact; // Sidechain reactivity member
H A Dmb_expander.h93 IPort *pScReact; // Sidechain reactivity member
H A Dmb_compressor.h94 IPort *pScReact; // Sidechain reactivity member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp298 b->pScReact = NULL; in init()
475 b->pScReact = sb->pScReact; in init()
521 b->pScReact = vPorts[port_id++]; in init()
789 b->sSC.set_reactivity(b->pScReact->getValue()); in update_settings()
H A Dmb_expander.cpp285 b->pScReact = NULL; in init()
460 b->pScReact = sb->pScReact; in init()
504 b->pScReact = vPorts[port_id++]; in init()
768 b->sSC.set_reactivity(b->pScReact->getValue()); in update_settings()
H A Dmb_gate.cpp285 b->pScReact = NULL; in init()
462 b->pScReact = sb->pScReact; in init()
507 b->pScReact = vPorts[port_id++]; in init()
768 b->sSC.set_reactivity(b->pScReact->getValue()); in update_settings()