Home
last modified time | relevance | path

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

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlKnob.cpp310 … double db_dfl = (fabs(max) < thresh) ? (base * log(thresh) - step) : (base * log(dfl)); in end() local
311 float balance = limit(db_dfl, db_min, db_max); in end()