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

Diff of /linuxsampler/trunk/src/engines/sfz/Engine.h

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

revision 2499 by iliev, Thu Aug 18 11:32:33 2011 UTC revision 2500 by schoenebeck, Fri Jan 10 12:20:05 2014 UTC
# Line 29  Line 29 
29  #include "../EngineBase.h"  #include "../EngineBase.h"
30  #include "Voice.h"  #include "Voice.h"
31  #include "sfz.h"  #include "sfz.h"
32    #include "EngineChannel.h" // prevents compile errors with clang 2.x
33    
34  namespace LinuxSampler { namespace sfz {  namespace LinuxSampler { namespace sfz {
35      const int MaxCCPerVoice = 128; // FIXME: too much?      const int MaxCCPerVoice = 128; // FIXME: too much?

Legend:
Removed from v.2499  
changed lines
  Added in v.2500

  ViewVC Help
Powered by ViewVC