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

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

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

revision 1108 by iliev, Thu Mar 22 20:39:04 2007 UTC revision 1130 by iliev, Sun Mar 25 18:59:14 2007 UTC
# Line 22  Line 22 
22   ***************************************************************************/   ***************************************************************************/
23    
24  #include "EngineChannel.h"  #include "EngineChannel.h"
 #include "../../network/lscpserver.h"  
25    
26  namespace LinuxSampler { namespace gig {  namespace LinuxSampler { namespace gig {
27    
# Line 389  namespace LinuxSampler { namespace gig { Line 388  namespace LinuxSampler { namespace gig {
388          }          }
389          fxSends.push_back(pFxSend);          fxSends.push_back(pFxSend);
390          if (pEngine) pEngine->Enable();          if (pEngine) pEngine->Enable();
391          LSCPServer::SendLSCPNotify(LSCPEvent(LSCPEvent::event_fx_send_count, iSamplerChannelIndex, GetFxSendCount()));          fireFxSendCountChanged(iSamplerChannelIndex, GetFxSendCount());
392            
393          return pFxSend;          return pFxSend;
394      }      }
395    
# Line 427  namespace LinuxSampler { namespace gig { Line 427  namespace LinuxSampler { namespace gig {
427              }              }
428          }          }
429          if (pEngine) pEngine->Enable();          if (pEngine) pEngine->Enable();
430          LSCPServer::SendLSCPNotify(LSCPEvent(LSCPEvent::event_fx_send_count, iSamplerChannelIndex, GetFxSendCount()));          fireFxSendCountChanged(iSamplerChannelIndex, GetFxSendCount());
431      }      }
432    
433      /**      /**

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

  ViewVC Help
Powered by ViewVC