Home
last modified time | relevance | path

Searched refs:U_GAIN_POW (Results 1 – 5 of 5) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/metadata/
H A Dmetadata.cpp168 case U_GAIN_POW: in is_decibel_unit()
181 case U_GAIN_POW: in is_gain_unit()
378 else if ((meta->unit == U_GAIN_AMP) || (meta->unit == U_GAIN_POW)) in format_value()
505 else if ((meta->unit == U_GAIN_AMP) || (meta->unit == U_GAIN_POW)) in parse_value()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlIndicator.cpp75 else if (meta->unit == U_GAIN_POW) in commit_value()
H A DCtlMeter.cpp91 (p->unit == U_GAIN_POW) ? 10.0f/M_LN10 : in calc_value()
443 … value = logf(fabs(value)) * ((p->unit == U_GAIN_POW) ? 10.0f : 20.0f) / M_LN10; in set_meter_text()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/metadata/
H A Dmetadata.h139 U_GAIN_POW, // Gain (power amplification) enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/utils/
H A Dlv2_genttl.cpp161 { U_GAIN_POW, NULL, "gain", "%.8f" },