13
0

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:
David Robillard 2008-05-16 03:21:18 +00:00
parent cb94baf6f4
commit 8ab37dd700

View File

@ -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;