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

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

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

revision 2072 by persson, Sat Mar 20 11:37:52 2010 UTC revision 2086 by persson, Sun Apr 25 12:51:30 2010 UTC
# Line 115  namespace LinuxSampler { namespace sfz { Line 115  namespace LinuxSampler { namespace sfz {
115          ::sfz::trigger_t trig = TRIGGER_RELEASE;          ::sfz::trigger_t trig = TRIGGER_RELEASE;
116    
117          pChannel->regionsTemp = pChannel->pInstrument->GetRegionsOnKey (          pChannel->regionsTemp = pChannel->pInstrument->GetRegionsOnKey (
118              chan, key, vel, bend, 0, chanaft, 0, 0, Random(), trig, cc, 0.0f, NULL, 0, 0              chan, key, vel, bend, 0, chanaft, 0, 0, Random(), trig, cc,
119                0.0f, pChannel->PressedKeys, pChannel->LastKeySwitch, pChannel->LastKey
120          );          );
121    
122          // now launch the required amount of voices          // now launch the required amount of voices
# Line 173  namespace LinuxSampler { namespace sfz { Line 174  namespace LinuxSampler { namespace sfz {
174      }      }
175    
176      String Engine::Version() {      String Engine::Version() {
177          String s = "$Revision: 1.6 $";          String s = "$Revision: 1.7 $";
178          return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword          return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
179      }      }
180    

Legend:
Removed from v.2072  
changed lines
  Added in v.2086

  ViewVC Help
Powered by ViewVC