/[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 1044 by schoenebeck, Wed Feb 7 21:51:19 2007 UTC revision 1108 by iliev, Thu Mar 22 20:39:04 2007 UTC
# Line 1524  namespace LinuxSampler { namespace gig { Line 1524  namespace LinuxSampler { namespace gig {
1524                  FxSend* pFxSend = pEngineChannel->GetFxSend(iFxSend);                  FxSend* pFxSend = pEngineChannel->GetFxSend(iFxSend);
1525                  if (pFxSend->MidiController() == itControlChangeEvent->Param.CC.Controller)                  if (pFxSend->MidiController() == itControlChangeEvent->Param.CC.Controller)
1526                      pFxSend->SetLevel(itControlChangeEvent->Param.CC.Value);                      pFxSend->SetLevel(itControlChangeEvent->Param.CC.Value);
1527                        pFxSend->SetInfoChanged(true);
1528              }              }
1529          }          }
1530      }      }
# Line 1720  namespace LinuxSampler { namespace gig { Line 1721  namespace LinuxSampler { namespace gig {
1721      }      }
1722    
1723      String Engine::Version() {      String Engine::Version() {
1724          String s = "$Revision: 1.75 $";          String s = "$Revision: 1.76 $";
1725          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
1726      }      }
1727    

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

  ViewVC Help
Powered by ViewVC