> I'm able to access my external drive and folders with all other applications.
> I think it's really odd, that LS denys to scan the external gig directory.
> Which code/function is responsible for doing that ?
> Maybe I can look at it myself.

Take a look at src/db/InstrumentsDb.cpp line 754:
InstrumentsDb::AddInstrumentsNonrecursive

To make it more simple to trace uncheck "Scan subdirectories"

The code that list the directory content is in src/common/File.cpp
File::GetFiles

I attached a patch, which will provide more information when scanning.

Attachment: File.patch.bz2
Description: BZip2 compressed data

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to