From 44a8ba64f017e2c7b2b35d98f0def282c8e0e435 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 May 2007 01:49:38 +0000 Subject: added L and R as possible audio file suffixes git-svn-id: svn://localhost/ardour2/trunk@1847 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index ed26dc26a0..4a0245d4c6 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -3501,7 +3501,7 @@ Session::remove_empty_sounds () { PathScanner scanner; - vector* possible_audiofiles = scanner (sound_dir(), "\\.(wav|aiff|caf|w64)$", false, true); + vector* possible_audiofiles = scanner (sound_dir(), "\\.(wav|aiff|caf|w64|L|R)$", false, true); Glib::Mutex::Lock lm (source_lock); -- cgit v1.2.3