mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Make attenutation during fast forward/rewind configurable again. Fixes #3089.
git-svn-id: svn://localhost/ardour2/branches/3.0@6985 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f29c96c188
commit
990f3391ad
3 changed files with 10 additions and 1 deletions
|
|
@ -1079,6 +1079,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_disable_disarm_during_roll)
|
||||
));
|
||||
|
||||
add_option (_("Transport"),
|
||||
new BoolOption (
|
||||
"quieten_at_speed",
|
||||
_("Reduce output volume when transport is moving quickly"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_quieten_at_speed),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_quieten_at_speed)
|
||||
));
|
||||
|
||||
/* EDITOR */
|
||||
|
||||
add_option (_("Editor"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue