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

Diff of /linuxsampler/trunk/src/engines/EngineBase.h

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

revision 2121 by schoenebeck, Tue Sep 14 17:09:08 2010 UTC revision 2127 by persson, Wed Sep 22 18:59:16 2010 UTC
# Line 537  namespace LinuxSampler { Line 537  namespace LinuxSampler {
537    
538              //friend class EngineChannelBase<V, R, I>;              //friend class EngineChannelBase<V, R, I>;
539    
540                static IM instruments;
541    
542          protected:          protected:
543              class SuspensionVoiceHandler : public MidiKeyboardManager<V>::VoiceHandler {              class SuspensionVoiceHandler : public MidiKeyboardManager<V>::VoiceHandler {
544              public:              public:
# Line 565  namespace LinuxSampler { Line 567  namespace LinuxSampler {
567                  }                  }
568              };              };
569    
             static IM instruments;  
   
570              Pool<R*>* pRegionPool[2]; ///< Double buffered pool, used by the engine channels to keep track of regions in use.              Pool<R*>* pRegionPool[2]; ///< Double buffered pool, used by the engine channels to keep track of regions in use.
571              int       MinFadeOutSamples;     ///< The number of samples needed to make an instant fade out (e.g. for voice stealing) without leading to clicks.              int       MinFadeOutSamples;     ///< The number of samples needed to make an instant fade out (e.g. for voice stealing) without leading to clicks.
572              D*        pDiskThread;              D*        pDiskThread;

Legend:
Removed from v.2121  
changed lines
  Added in v.2127

  ViewVC Help
Powered by ViewVC