--- linuxsampler/trunk/src/engines/gig/EngineChannel.cpp 2007/03/22 20:00:10 1107 +++ linuxsampler/trunk/src/engines/gig/EngineChannel.cpp 2007/03/22 20:39:04 1108 @@ -22,6 +22,7 @@ ***************************************************************************/ #include "EngineChannel.h" +#include "../../network/lscpserver.h" namespace LinuxSampler { namespace gig { @@ -388,6 +389,7 @@ } fxSends.push_back(pFxSend); if (pEngine) pEngine->Enable(); + LSCPServer::SendLSCPNotify(LSCPEvent(LSCPEvent::event_fx_send_count, iSamplerChannelIndex, GetFxSendCount())); return pFxSend; } @@ -425,6 +427,7 @@ } } if (pEngine) pEngine->Enable(); + LSCPServer::SendLSCPNotify(LSCPEvent(LSCPEvent::event_fx_send_count, iSamplerChannelIndex, GetFxSendCount())); } /**