mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Performance - speed up switching of playlists with non-destructive diskstreams.
This commit is contained in:
parent
618a391346
commit
c6d9d8193b
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ Diskstream::use_playlist (boost::shared_ptr<Playlist> playlist)
|
|||
_playlist = playlist;
|
||||
_playlist->use();
|
||||
|
||||
if (!in_set_state && recordable()) {
|
||||
if (!in_set_state && destructive() && recordable()) {
|
||||
reset_write_sources (false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue