/[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 1041 by schoenebeck, Wed Feb 7 17:45:19 2007 UTC revision 1043 by schoenebeck, Wed Feb 7 21:02:04 2007 UTC
# Line 1369  namespace LinuxSampler { namespace gig { Line 1369  namespace LinuxSampler { namespace gig {
1369                      transpose = RTMath::Min(transpose,  24);                      transpose = RTMath::Min(transpose,  24);
1370                      transpose = RTMath::Max(transpose, -24);                      transpose = RTMath::Max(transpose, -24);
1371                      pEngineChannel->GlobalTranspose = transpose;                      pEngineChannel->GlobalTranspose = transpose;
1372                        // workaround, so we won't have hanging notes
1373                        ReleaseAllVoices(pEngineChannel, itControlChangeEvent);
1374                  }                  }
1375                  break;                  break;
1376              }              }
# Line 1716  namespace LinuxSampler { namespace gig { Line 1718  namespace LinuxSampler { namespace gig {
1718      }      }
1719    
1720      String Engine::Version() {      String Engine::Version() {
1721          String s = "$Revision: 1.73 $";          String s = "$Revision: 1.74 $";
1722          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
1723      }      }
1724    

Legend:
Removed from v.1041  
changed lines
  Added in v.1043

  ViewVC Help
Powered by ViewVC