Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h157 bool bInFft; // Input signal FFT enabled member
H A Dmb_expander.h155 bool bInFft; // Input signal FFT enabled member
H A Dmb_compressor.h158 bool bInFft; // Input signal FFT enabled member
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp233 c->bInFft = false; in init()
695 c->bInFft = c->pFftInSw->getValue() >= 0.5f; in update_settings()
698 sAnalyzer.enable_channel(c->nAnInChannel, c->bInFft); in update_settings()
1468 if (c->bInFft) in process()
H A Dmb_expander.cpp221 c->bInFft = false; in init()
674 c->bInFft = c->pFftInSw->getValue() >= 0.5f; in update_settings()
677 sAnalyzer.enable_channel(c->nAnInChannel, c->bInFft); in update_settings()
1404 if (c->bInFft) in process()
H A Dmb_gate.cpp220 c->bInFft = false; in init()
680 c->bInFft = c->pFftInSw->getValue() >= 0.5f; in update_settings()
683 sAnalyzer.enable_channel(c->nAnInChannel, c->bInFft); in update_settings()
1417 if (c->bInFft) in process()