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

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

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

revision 829 by schoenebeck, Sat Jan 14 14:07:47 2006 UTC revision 830 by persson, Sun Jan 15 18:23:11 2006 UTC
# Line 190  namespace LinuxSampler { namespace gig { Line 190  namespace LinuxSampler { namespace gig {
190              void processCrossFadeEvent(RTList<Event>::Iterator& itEvent);              void processCrossFadeEvent(RTList<Event>::Iterator& itEvent);
191              void processCutoffEvent(RTList<Event>::Iterator& itEvent);              void processCutoffEvent(RTList<Event>::Iterator& itEvent);
192              void processResonanceEvent(RTList<Event>::Iterator& itEvent);              void processResonanceEvent(RTList<Event>::Iterator& itEvent);
193                float getVolume();
194    
195              inline float CrossfadeAttenuation(uint8_t& CrossfadeControllerValue) {              inline float CrossfadeAttenuation(uint8_t& CrossfadeControllerValue) {
196                  float att = (!pDimRgn->Crossfade.out_end) ? CrossfadeControllerValue / 127.0f /* 0,0,0,0 means no crossfade defined */                  float att = (!pDimRgn->Crossfade.out_end) ? CrossfadeControllerValue / 127.0f /* 0,0,0,0 means no crossfade defined */

Legend:
Removed from v.829  
changed lines
  Added in v.830

  ViewVC Help
Powered by ViewVC