Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h118 IPort *pCurveLvl; // Reduction curve level meter member
H A Dmb_expander.h116 IPort *pCurveLvl; // Reduction curve level meter member
H A Dmb_compressor.h119 IPort *pCurveLvl; // Reduction curve level meter member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp323 b->pCurveLvl = NULL; in init()
501 b->pCurveLvl = sb->pCurveLvl; in init()
575 b->pCurveLvl = vPorts[port_id++]; in init()
1255 b->pCurveLvl->setValue(lvl); in process()
1279 b->pCurveLvl->setValue(0.0f); in process()
H A Dmb_expander.cpp308 b->pCurveLvl = NULL; in init()
484 b->pCurveLvl = sb->pCurveLvl; in init()
554 b->pCurveLvl = vPorts[port_id++]; in init()
1191 b->pCurveLvl->setValue(lvl); in process()
1215 b->pCurveLvl->setValue(0.0f); in process()
H A Dmb_gate.cpp310 b->pCurveLvl = NULL; in init()
487 b->pCurveLvl = sb->pCurveLvl; in init()
560 b->pCurveLvl = vPorts[port_id++]; in init()
1196 b->pCurveLvl->setValue(b->vVCA[imax] * vEnv[imax] * b->fMakeup); in process()
1224 b->pCurveLvl->setValue(0.0f); in process()