mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-25 14:58:07 -05:00
dBV is actually mislabeled dBFS (#3095)
* Relabel "dBV" to "dBFS" in function names and GUI * Write a ConfigManager upgrade for older versions
This commit is contained in:
committed by
Tres Finocchiaro
parent
3d43937bf3
commit
c9618961d6
@@ -49,7 +49,7 @@ Plugin::Descriptor PLUGIN_EXPORT dynamicsprocessor_plugin_descriptor =
|
||||
|
||||
}
|
||||
|
||||
const float DYN_NOISE_FLOOR = 0.00001f; // -100dBV noise floor
|
||||
const float DYN_NOISE_FLOOR = 0.00001f; // -100dBFS noise floor
|
||||
const double DNF_LOG = 5.0;
|
||||
|
||||
dynProcEffect::dynProcEffect( Model * _parent,
|
||||
|
||||
Reference in New Issue
Block a user