Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h179 size_t nEnvBoost; // Envelope boost variable
H A Dmb_expander.h177 size_t nEnvBoost; // Envelope boost variable
H A Dmb_compressor.h180 size_t nEnvBoost; // Envelope boost variable
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp40 nEnvBoost = mb_compressor_base_metadata::FB_DEFAULT; in mb_compressor_base()
707 if ((env_boost != nEnvBoost) || (bEnvUpdate)) in update_settings()
1077 nEnvBoost = env_boost; in update_settings()
H A Dmb_expander.cpp39 nEnvBoost = mb_expander_base_metadata::FB_DEFAULT; in mb_expander_base()
686 if ((env_boost != nEnvBoost) || (bEnvUpdate)) in update_settings()
1030 nEnvBoost = env_boost; in update_settings()
H A Dmb_gate.cpp39 nEnvBoost = mb_gate_base_metadata::FB_DEFAULT; in mb_gate_base()
692 if ((env_boost != nEnvBoost) || (bEnvUpdate)) in update_settings()
1037 nEnvBoost = env_boost; in update_settings()