mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
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:
parent
c6df33a82d
commit
44a8ba64f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue