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

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

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

revision 2558 by persson, Sun Dec 2 16:30:42 2012 UTC revision 2559 by schoenebeck, Sun May 18 17:38:25 2014 UTC
# Line 127  namespace LinuxSampler { namespace sf2 { Line 127  namespace LinuxSampler { namespace sf2 {
127              }              }
128          }*/ // TODO: ^^^          }*/ // TODO: ^^^
129      }      }
130        
131        void Voice::ProcessChannelPressureEvent(RTList<Event>::Iterator& itEvent) {
132            //TODO: ...
133        }
134        
135        void Voice::ProcessPolyphonicKeyPressureEvent(RTList<Event>::Iterator& itEvent) {
136            //TODO: ...
137        }
138    
139      void Voice::ProcessCutoffEvent(RTList<Event>::Iterator& itEvent) {      void Voice::ProcessCutoffEvent(RTList<Event>::Iterator& itEvent) {
140          /*int ccvalue = itEvent->Param.CC.Value;          /*int ccvalue = itEvent->Param.CC.Value;

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

  ViewVC Help
Powered by ViewVC