mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
make LED meter style optional
This commit is contained in:
parent
d4c74b1718
commit
d4c864d803
3 changed files with 15 additions and 2 deletions
|
|
@ -1962,6 +1962,15 @@ RCOptionEditor::RCOptionEditor ()
|
|||
_("Specify the audio signal level in dbFS at and above which the meter-peak indicator will flash red."));
|
||||
|
||||
add_option (S_("Preferences|GUI"), mpks);
|
||||
|
||||
add_option (S_("Preferences|GUI"),
|
||||
new BoolOption (
|
||||
"meter-style-led",
|
||||
_("LED meter style"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_meter_style_led),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_meter_style_led)
|
||||
));
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue