/[svn]/linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 411 by schoenebeck, Sat Feb 26 02:01:14 2005 UTC revision 505 by schoenebeck, Tue May 3 01:00:25 2005 UTC
# Line 30  Line 30 
30  # warning InstrumentResourceManager.h included  # warning InstrumentResourceManager.h included
31  #endif // DEBUG_HEADERS  #endif // DEBUG_HEADERS
32    
33    #include <gig.h>
34    
35  #include "../../common/global.h"  #include "../../common/global.h"
36  #include "../../common/LinuxSamplerException.h"  #include "../../common/LinuxSamplerException.h"
37  #include "../../common/ResourceManager.h"  #include "../../common/ResourceManager.h"
38  #include "../../drivers/audio/AudioOutputDevice.h"  #include "../../drivers/audio/AudioOutputDevice.h"
 #include "../../lib/fileloader/libgig/gig.h"  
39    
40  // preload 64k samples = 128kB of data in RAM for 16 bit mono samples  // preload 64k samples = 128kB of data in RAM for 16 bit mono samples
41  #define NUM_RAM_PRELOAD_SAMPLES 32768  #define NUM_RAM_PRELOAD_SAMPLES 32768

Legend:
Removed from v.411  
changed lines
  Added in v.505

  ViewVC Help
Powered by ViewVC