mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
make region gain line visibility global, not per-region
git-svn-id: svn://localhost/ardour2/branches/3.0@11492 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
020e4a89dc
commit
b02e95f201
8 changed files with 34 additions and 79 deletions
|
|
@ -1055,6 +1055,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_waveforms)
|
||||
));
|
||||
|
||||
add_option (_("Editor"),
|
||||
new BoolOption (
|
||||
"show-region-gain-envelopes",
|
||||
_("Show gain envelopes in audio regions"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_show_region_gain),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_region_gain)
|
||||
));
|
||||
|
||||
ComboOption<WaveformScale>* wfs = new ComboOption<WaveformScale> (
|
||||
"waveform-scale",
|
||||
_("Waveform scale"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue