Home
last modified time | relevance | path

Searched refs:pLowCut (Results 1 – 8 of 8) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dslap_delay.h67 IPort *pLowCut; // Low-cut flag member
H A Dimpulse_responses.h114 IPort *pLowCut; // Low-cut flag member
H A Dimpulse_reverb.h167 IPort *pLowCut; // Low-cut flag member
H A Droom_builder.h110 IPort *pLowCut; // Low-cut flag member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dslap_delay.cpp126 p->pLowCut = NULL; in init()
228 p->pLowCut = vPorts[port_id++]; in init()
356 bool low_on = p->pLowCut->getValue() >= 0.5f; in update_settings()
H A Dimpulse_responses.cpp237 c->pLowCut = NULL; in init()
378 c->pLowCut = vPorts[port_id++]; in init()
546 size_t hp_slope = c->pLowCut->getValue() * 2; in update_settings()
H A Dimpulse_reverb.cpp307 c->pLowCut = NULL; in init()
423 c->pLowCut = vPorts[port_id++]; in init()
548 size_t hp_slope = c->pLowCut->getValue() * 2; in update_settings()
H A Droom_builder.cpp461 c->pLowCut = NULL; in init()
850 c->pLowCut = vPorts[port_id++]; in init()
1131 size_t hp_slope = c->pLowCut->getValue() * 2; in update_settings()