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

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

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

revision 2326 by persson, Thu Mar 8 19:40:14 2012 UTC revision 2327 by persson, Sat Mar 10 16:16:14 2012 UTC
# Line 593  namespace LinuxSampler { namespace gig { Line 593  namespace LinuxSampler { namespace gig {
593          pEntry->ID.Index      = Key.Index;          pEntry->ID.Index      = Key.Index;
594          pEntry->pFile         = pGig;          pEntry->pFile         = pGig;
595    
         // (try to resolve the audio device context)  
596          // and we save this to check if we need to reallocate for an engine with higher value of 'MaxSamplesPerSecond'          // and we save this to check if we need to reallocate for an engine with higher value of 'MaxSamplesPerSecond'
597          pEntry->MaxSamplesPerCycle = maxSamplesPerCycle;          pEntry->MaxSamplesPerCycle = maxSamplesPerCycle;
598                    

Legend:
Removed from v.2326  
changed lines
  Added in v.2327

  ViewVC Help
Powered by ViewVC