/[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 659 by schoenebeck, Thu Jun 16 21:35:30 2005 UTC revision 660 by schoenebeck, Fri Jun 17 19:49:30 2005 UTC
# Line 1006  namespace LinuxSampler { namespace gig { Line 1006  namespace LinuxSampler { namespace gig {
1006              case 7: { // volume              case 7: { // volume
1007                  //TODO: not sample accurate yet                  //TODO: not sample accurate yet
1008                  pEngineChannel->GlobalVolume = (float) itControlChangeEventOnCCList->Param.CC.Value / 127.0f;                  pEngineChannel->GlobalVolume = (float) itControlChangeEventOnCCList->Param.CC.Value / 127.0f;
1009                    pEngineChannel->bStatusChanged = true; // engine channel status has changed, so set notify flag
1010                  break;                  break;
1011              }              }
1012              case 10: { // panpot              case 10: { // panpot
# Line 1261  namespace LinuxSampler { namespace gig { Line 1262  namespace LinuxSampler { namespace gig {
1262      }      }
1263    
1264      String Engine::Version() {      String Engine::Version() {
1265          String s = "$Revision: 1.42 $";          String s = "$Revision: 1.43 $";
1266          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
1267      }      }
1268    

Legend:
Removed from v.659  
changed lines
  Added in v.660

  ViewVC Help
Powered by ViewVC