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

Diff of /linuxsampler/trunk/src/engines/AbstractEngineChannel.cpp

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

revision 2611 by schoenebeck, Mon Jun 9 19:20:37 2014 UTC revision 2665 by schoenebeck, Sun Jul 6 00:49:36 2014 UTC
# Line 50  namespace LinuxSampler { Line 50  namespace LinuxSampler {
50      }      }
51    
52      AbstractEngineChannel::~AbstractEngineChannel() {      AbstractEngineChannel::~AbstractEngineChannel() {
         if (pScript) pScript->reset(); // unloads script (in case one is loaded)  
53          delete pEventQueue;          delete pEventQueue;
54          DeleteGroupEventLists();          DeleteGroupEventLists();
55          RemoveAllFxSends();          RemoveAllFxSends();
# Line 772  namespace LinuxSampler { Line 771  namespace LinuxSampler {
771                                        << devEvent.Type << "). This is a bug!";                                        << devEvent.Type << "). This is a bug!";
772                              continue;                              continue;
773                      }                      }
774                        memset(&event.Format, 0, sizeof(event.Format)); // init format specific stuff with zeroes
775                      event.pEngineChannel = this;                      event.pEngineChannel = this;
776                      // copy event to internal event list                      // copy event to internal event list
777                      if (pEvents->poolIsEmpty()) {                      if (pEvents->poolIsEmpty()) {

Legend:
Removed from v.2611  
changed lines
  Added in v.2665

  ViewVC Help
Powered by ViewVC