mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Make sure every imported file is copied to the session path
This commit is contained in:
parent
43b94f7aa7
commit
81a343ff7f
4 changed files with 10 additions and 2 deletions
|
|
@ -1339,8 +1339,9 @@ SoundFileOmega::reset_options ()
|
|||
src_combo.set_sensitive (false);
|
||||
}
|
||||
|
||||
/* We must copy MIDI files or those from Freesound */
|
||||
bool const must_copy = have_a_midi_file || notebook.get_current_page() == 2;
|
||||
/* We must copy MIDI files or those from Freesound
|
||||
* or any file if we are under nsm control */
|
||||
bool const must_copy = _session->get_nsm_state() || have_a_midi_file || notebook.get_current_page() == 2;
|
||||
|
||||
if (Config->get_only_copy_imported_files()) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue