/[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 2012 by iliev, Fri Oct 23 17:53:17 2009 UTC revision 2015 by iliev, Sun Oct 25 22:22:52 2009 UTC
# Line 1304  namespace LinuxSampler { Line 1304  namespace LinuxSampler {
1304                  bool                    HandleKeyGroupConflicts                  bool                    HandleKeyGroupConflicts
1305              ) = 0;              ) = 0;
1306    
1307                virtual int GetMinFadeOutSamples() { return MinFadeOutSamples; }
1308    
1309          private:          private:
1310              Pool<V>*    pVoicePool;            ///< Contains all voices that can be activated.              Pool<V>*    pVoicePool;            ///< Contains all voices that can be activated.
1311              Pool<RR*>   SuspendedRegions;              Pool<RR*>   SuspendedRegions;

Legend:
Removed from v.2012  
changed lines
  Added in v.2015

  ViewVC Help
Powered by ViewVC