mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
peak-indicator threshold configuration
This commit is contained in:
parent
7df8ab494a
commit
6d09070895
4 changed files with 11 additions and 2 deletions
|
|
@ -1937,6 +1937,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
mlu->add (MeteringLineUp15, _("-15dB"));
|
||||
|
||||
add_option (S_("Preferences|GUI"), mlu);
|
||||
|
||||
add_option (S_("Preferences|GUI"),
|
||||
new FaderOption (
|
||||
"meter-peak",
|
||||
_("Meter Peak Threshold"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_meter_peak),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_meter_peak)
|
||||
));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue