Fix region/track naming on MIDI import (remove ugly/unnecessary %a %b etc suffix).
git-svn-id: svn://localhost/ardour2/branches/3.0@3360 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cb94baf6f4
commit
8ab37dd700
@ -779,7 +779,7 @@ Editor::add_sources (vector<Glib::ustring> paths, SourceList& sources, nframes64
|
||||
just_one.clear ();
|
||||
just_one.push_back (*x);
|
||||
|
||||
region_name = region_name_from_path ((*x)->path(), false, true, sources.size(), n);
|
||||
region_name = region_name_from_path ((*x)->path(), false, false, sources.size(), n);
|
||||
|
||||
cout << "REGION NAME: " << region_name << endl;
|
||||
cout << "SOURCE LENGTH: " << (*x)->length() << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user