added L and R as possible audio file suffixes
git-svn-id: svn://localhost/ardour2/trunk@1847 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -3501,7 +3501,7 @@ Session::remove_empty_sounds ()
|
||||
{
|
||||
PathScanner scanner;
|
||||
|
||||
vector<string *>* possible_audiofiles = scanner (sound_dir(), "\\.(wav|aiff|caf|w64)$", false, true);
|
||||
vector<string *>* possible_audiofiles = scanner (sound_dir(), "\\.(wav|aiff|caf|w64|L|R)$", false, true);
|
||||
|
||||
Glib::Mutex::Lock lm (source_lock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user