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

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

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

revision 1722 by schoenebeck, Thu Apr 10 17:41:32 2008 UTC revision 1723 by schoenebeck, Sun Apr 20 08:53:39 2008 UTC
# Line 1728  namespace LinuxSampler { namespace gig { Line 1728  namespace LinuxSampler { namespace gig {
1728                  //TODO: not sample accurate yet                  //TODO: not sample accurate yet
1729                  pEngineChannel->GlobalPanLeft  = PanCurve[128 - itControlChangeEvent->Param.CC.Value];                  pEngineChannel->GlobalPanLeft  = PanCurve[128 - itControlChangeEvent->Param.CC.Value];
1730                  pEngineChannel->GlobalPanRight = PanCurve[itControlChangeEvent->Param.CC.Value];                  pEngineChannel->GlobalPanRight = PanCurve[itControlChangeEvent->Param.CC.Value];
1731                    pEngineChannel->iLastPanRequest = itControlChangeEvent->Param.CC.Value;
1732                  break;                  break;
1733              }              }
1734              case 64: { // sustain              case 64: { // sustain
# Line 2068  namespace LinuxSampler { namespace gig { Line 2069  namespace LinuxSampler { namespace gig {
2069      }      }
2070    
2071      String Engine::Version() {      String Engine::Version() {
2072          String s = "$Revision: 1.90 $";          String s = "$Revision: 1.91 $";
2073          return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword          return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword
2074      }      }
2075    

Legend:
Removed from v.1722  
changed lines
  Added in v.1723

  ViewVC Help
Powered by ViewVC