Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dmb_gate.h53 S_EQ_CURVE = 1 << 2, enumerator
56 S_ALL = S_DYN_CURVE | S_EQ_CURVE
H A Dmb_expander.h52 S_EQ_CURVE = 1 << 1, enumerator
54 S_ALL = S_COMP_CURVE | S_EQ_CURVE
H A Dmb_compressor.h53 S_EQ_CURVE = 1 << 1, enumerator
55 S_ALL = S_COMP_CURVE | S_EQ_CURVE
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dmb_compressor.cpp796 b->nSync |= S_EQ_CURVE; in update_settings()
924 b->nSync |= S_EQ_CURVE; in update_settings()
1417 if (b->nSync & S_EQ_CURVE) in process()
1434 b->nSync &= ~S_EQ_CURVE; in process()
H A Dmb_expander.cpp775 b->nSync |= S_EQ_CURVE; in update_settings()
902 b->nSync |= S_EQ_CURVE; in update_settings()
1353 if (b->nSync & S_EQ_CURVE) in process()
1370 b->nSync &= ~S_EQ_CURVE; in process()
H A Dmb_gate.cpp775 b->nSync |= S_EQ_CURVE; in update_settings()
909 b->nSync |= S_EQ_CURVE; in update_settings()
1362 if (b->nSync & S_EQ_CURVE) in process()
1379 b->nSync &= ~S_EQ_CURVE; in process()