/[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 1043 by schoenebeck, Wed Feb 7 21:02:04 2007 UTC revision 1044 by schoenebeck, Wed Feb 7 21:51:19 2007 UTC
# Line 1372  namespace LinuxSampler { namespace gig { Line 1372  namespace LinuxSampler { namespace gig {
1372                      // workaround, so we won't have hanging notes                      // workaround, so we won't have hanging notes
1373                      ReleaseAllVoices(pEngineChannel, itControlChangeEvent);                      ReleaseAllVoices(pEngineChannel, itControlChangeEvent);
1374                  }                  }
1375                    // to avoid other MIDI CC #6 messages to be misenterpreted as RPN controller data
1376                    pEngineChannel->ResetMidiRpnController();
1377                  break;                  break;
1378              }              }
1379              case 7: { // volume              case 7: { // volume
# Line 1718  namespace LinuxSampler { namespace gig { Line 1720  namespace LinuxSampler { namespace gig {
1720      }      }
1721    
1722      String Engine::Version() {      String Engine::Version() {
1723          String s = "$Revision: 1.74 $";          String s = "$Revision: 1.75 $";
1724          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
1725      }      }
1726    

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

  ViewVC Help
Powered by ViewVC