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

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

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

revision 2879 by schoenebeck, Tue Apr 19 14:07:53 2016 UTC revision 3034 by schoenebeck, Mon Oct 31 00:05:00 2016 UTC
# Line 31  Line 31 
31    
32  namespace LinuxSampler { namespace sfz {  namespace LinuxSampler { namespace sfz {
33    
34      typedef LinuxSampler::VoiceBase<EngineChannel, ::sfz::Region, Sample, DiskThread> SfzVoice;      typedef LinuxSampler::VoiceBase<EngineChannel, ::sfz::Region, Sample, DiskThread> SfzVoiceBase;
35      Voice::Voice(): SignalRack(this), SfzVoice(&SignalRack) {  
36        Voice::Voice(): SfzVoiceBase(&SignalRack), SignalRack(this) {
37          pEngine     = NULL;          pEngine     = NULL;
38          bEqSupport = true;          bEqSupport = true;
39      }      }

Legend:
Removed from v.2879  
changed lines
  Added in v.3034

  ViewVC Help
Powered by ViewVC