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

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

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

revision 2020 by iliev, Sun Oct 25 22:22:52 2009 UTC revision 2021 by iliev, Fri Oct 30 16:36:20 2009 UTC
# Line 30  Line 30 
30  #include "../../common/RTMath.h"  #include "../../common/RTMath.h"
31  #include "../../common/Pool.h"  #include "../../common/Pool.h"
32  #include "../../drivers/audio/AudioOutputDevice.h"  #include "../../drivers/audio/AudioOutputDevice.h"
 #include "Stream.h"  
33  #include "DiskThread.h"  #include "DiskThread.h"
34  #include "../gig/Filter.h"  #include "../gig/Filter.h"
35  #include "../common/VoiceBase.h"  #include "../common/VoiceBase.h"
# Line 44  namespace LinuxSampler { namespace sfz { Line 43  namespace LinuxSampler { namespace sfz {
43       *       *
44       * Renders a voice for the SoundFont format.       * Renders a voice for the SoundFont format.
45       */       */
46      class Voice : public LinuxSampler::VoiceBase<EngineChannel, ::sfz::Region, SampleFile, DiskThread> {      class Voice : public LinuxSampler::VoiceBase<EngineChannel, ::sfz::Region, Sample, DiskThread> {
47          public:          public:
48              Voice();              Voice();
49              virtual ~Voice();              virtual ~Voice();

Legend:
Removed from v.2020  
changed lines
  Added in v.2021

  ViewVC Help
Powered by ViewVC