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

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

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

revision 84 by schoenebeck, Sun May 23 20:17:31 2004 UTC revision 111 by schoenebeck, Sat Jun 5 20:55:50 2004 UTC
# Line 520  namespace LinuxSampler { namespace gig { Line 520  namespace LinuxSampler { namespace gig {
520      void Voice::Render(uint Samples) {      void Voice::Render(uint Samples) {
521    
522          // Reset the synthesis parameter matrix          // Reset the synthesis parameter matrix
523          pEngine->ResetSynthesisParameters(Event::destination_vca, this->Volume);          pEngine->ResetSynthesisParameters(Event::destination_vca, this->Volume * pEngine->GlobalVolume);
524          pEngine->ResetSynthesisParameters(Event::destination_vco, this->PitchBase);          pEngine->ResetSynthesisParameters(Event::destination_vco, this->PitchBase);
525      #if ENABLE_FILTER      #if ENABLE_FILTER
526          pEngine->ResetSynthesisParameters(Event::destination_vcfc, VCFCutoffCtrl.fvalue);          pEngine->ResetSynthesisParameters(Event::destination_vcfc, VCFCutoffCtrl.fvalue);

Legend:
Removed from v.84  
changed lines
  Added in v.111

  ViewVC Help
Powered by ViewVC