add notes on bounce and import location

This commit is contained in:
Robin Gareus 2014-07-03 12:28:37 +02:00
parent 07d31cc2da
commit 07a089c461
2 changed files with 2 additions and 0 deletions

View file

@ -128,6 +128,7 @@ Session::get_paths_for_new_sources (bool /*allow_replacing*/, const string& impo
const DataType type = SMFSource::safe_midi_file_extension (import_file_path) ? DataType::MIDI : DataType::AUDIO;
string filepath;
// XXX - always import to session dir?
switch (type) {
case DataType::MIDI:
filepath = new_midi_source_path (basename);

View file

@ -4334,6 +4334,7 @@ Session::write_one_track (AudioTrack& track, framepos_t start, framepos_t end,
for (uint32_t chan_n = 0; chan_n < diskstream_channels.n_audio(); ++chan_n) {
string base_name = string_compose ("%1-%2-bounce", playlist->name(), chan_n);
// XXX - always use session-folder for bounce ?
string path = new_audio_source_path (legal_playlist_name, diskstream_channels.n_audio(), chan_n, false, true);
if (path.empty()) {