/[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 2558 by persson, Sun Jan 20 19:01:53 2013 UTC revision 2559 by schoenebeck, Sun May 18 17:38:25 2014 UTC
# Line 156  namespace LinuxSampler { namespace sfz { Line 156  namespace LinuxSampler { namespace sfz {
156          }*/ // TODO: ^^^          }*/ // TODO: ^^^
157      }      }
158    
159        void Voice::ProcessChannelPressureEvent(RTList<Event>::Iterator& itEvent) {
160            //TODO: ...
161        }
162    
163        void Voice::ProcessPolyphonicKeyPressureEvent(RTList<Event>::Iterator& itEvent) {
164            //TODO: ...
165        }
166    
167      double Voice::CalculateCrossfadeVolume(uint8_t MIDIKeyVelocity) {      double Voice::CalculateCrossfadeVolume(uint8_t MIDIKeyVelocity) {
168          /*float crossfadeVolume;          /*float crossfadeVolume;
169          switch (pRegion->AttenuationController.type) {          switch (pRegion->AttenuationController.type) {

Legend:
Removed from v.2558  
changed lines
  Added in v.2559

  ViewVC Help
Powered by ViewVC