Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h207 IPort *pEnvBoost; // Envelope adjust variable
H A Dmb_expander.h205 IPort *pEnvBoost; // Envelope adjust variable
H A Dmb_compressor.h208 IPort *pEnvBoost; // Envelope adjust variable
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp72 pEnvBoost = NULL; in mb_compressor_base()
393 pEnvBoost = vPorts[port_id++]; in init()
652 size_t env_boost = pEnvBoost->getValue(); in update_settings()
H A Dmb_expander.cpp71 pEnvBoost = NULL; in mb_expander_base()
378 pEnvBoost = vPorts[port_id++]; in init()
631 size_t env_boost = pEnvBoost->getValue(); in update_settings()
H A Dmb_gate.cpp71 pEnvBoost = NULL; in mb_gate_base()
380 pEnvBoost = vPorts[port_id++]; in init()
637 size_t env_boost = pEnvBoost->getValue(); in update_settings()