mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
fix issues with rec-enabling being done in RT context by splitting it into two parts, an RT-safe and RT-unsafe part. along the way, remove "do not record plugins" option which is just so 1999 and creates problems for various (all?) plugin APIs
git-svn-id: svn://localhost/ardour2/branches/3.0@13613 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
eacba74649
commit
8ca9061b30
12 changed files with 111 additions and 121 deletions
|
|
@ -1448,14 +1448,6 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_plugins_stop_with_transport)
|
||||
));
|
||||
|
||||
add_option (_("Audio"),
|
||||
new BoolOption (
|
||||
"do-not-record-plugins",
|
||||
_("Disable plugins during recording"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_do_not_record_plugins),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_do_not_record_plugins)
|
||||
));
|
||||
|
||||
add_option (_("Audio"),
|
||||
new BoolOption (
|
||||
"new-plugins-active",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue