mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
added L and R as possible audio file suffixes
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1846 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
db64708beb
commit
700c8dc6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -3284,7 +3284,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 (audio_source_lock);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue