mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Patch from Lincoln: don't save state on starting record, as it can be slow. Fixes #3452.
git-svn-id: svn://localhost/ardour2/branches/3.0@7821 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3aa1f21475
commit
f7d973476c
1 changed files with 0 additions and 6 deletions
|
|
@ -1095,12 +1095,6 @@ Session::maybe_enable_record ()
|
|||
|
||||
g_atomic_int_set (&_record_status, Enabled);
|
||||
|
||||
/* this function is currently called from somewhere other than an RT thread.
|
||||
this save_state() call therefore doesn't impact anything.
|
||||
*/
|
||||
|
||||
save_state ("", true);
|
||||
|
||||
if (_transport_speed) {
|
||||
if (!config.get_punch_in()) {
|
||||
enable_record ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue