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

Diff of /linuxsampler/trunk/src/engines/EngineBase.h

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

revision 2327 by persson, Sat Mar 10 16:16:14 2012 UTC revision 2382 by persson, Sun Dec 2 16:30:42 2012 UTC
# Line 968  namespace LinuxSampler { Line 968  namespace LinuxSampler {
968                      }                      }
969                      case 10: { // panpot                      case 10: { // panpot
970                          //TODO: not sample accurate yet                          //TODO: not sample accurate yet
                         pChannel->GlobalPanLeft  = PanCurve[128 - itControlChangeEvent->Param.CC.Value];  
                         pChannel->GlobalPanRight = PanCurve[itControlChangeEvent->Param.CC.Value];  
971                          pChannel->iLastPanRequest = itControlChangeEvent->Param.CC.Value;                          pChannel->iLastPanRequest = itControlChangeEvent->Param.CC.Value;
972                          break;                          break;
973                      }                      }

Legend:
Removed from v.2327  
changed lines
  Added in v.2382

  ViewVC Help
Powered by ViewVC