/[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 1040 by schoenebeck, Wed Feb 7 15:41:31 2007 UTC revision 1130 by iliev, Sun Mar 25 18:59:14 2007 UTC
# Line 388  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            fireFxSendCountChanged(iSamplerChannelIndex, GetFxSendCount());
392            
393          return pFxSend;          return pFxSend;
394      }      }
395    
# Line 425  namespace LinuxSampler { namespace gig { Line 427  namespace LinuxSampler { namespace gig {
427              }              }
428          }          }
429          if (pEngine) pEngine->Enable();          if (pEngine) pEngine->Enable();
430            fireFxSendCountChanged(iSamplerChannelIndex, GetFxSendCount());
431      }      }
432    
433      /**      /**
# Line 631  namespace LinuxSampler { namespace gig { Line 634  namespace LinuxSampler { namespace gig {
634          MidiVolume     = 1.0;          MidiVolume     = 1.0;
635          GlobalPanLeft  = 1.0f;          GlobalPanLeft  = 1.0f;
636          GlobalPanRight = 1.0f;          GlobalPanRight = 1.0f;
637            GlobalTranspose = 0;
638          // set all MIDI controller values to zero          // set all MIDI controller values to zero
639          memset(ControllerTable, 0x00, 129);          memset(ControllerTable, 0x00, 129);
640          // reset all FX Send levels          // reset all FX Send levels

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

  ViewVC Help
Powered by ViewVC