Am Samstag, 5. April 2008 19:35:48 schrieb Raphael Knoop:
> I've just started evaluating how powerful linuxsampler is and how to
> customise it. I've now a question: Is there an option to turn off the
> disk streaming completely? Maybe by ./configure? I know disk streaming
> is one of the basic features, but however, I want to know what happens
> when I load all the samples I need into RAM completely.

Unfortunately there is no direct way to turn disk streaming off yet. As a 
workaround you could increase the compile time parameter, which defines how 
many sample points should be precached per sample wave.

        ./configure --enable-preload-samples=SOMEVAL

Or you could hack src/engines/gig/InstrumentResourceManager.cpp manually to 
always cache everything. Shouldn't be too hard.

If you open a feature request on our BTS, chances are high that I won't forget 
it and probably add such an option next month, when I finally have more time 
again.

CU
Christian

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to