/[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 2662 by schoenebeck, Wed Jul 2 22:24:02 2014 UTC revision 2665 by schoenebeck, Sun Jul 6 00:49:36 2014 UTC
# Line 771  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()) {
# Line 778  namespace LinuxSampler { Line 779  namespace LinuxSampler {
779                          goto exitVirtualDevicesLoop;                          goto exitVirtualDevicesLoop;
780                      }                      }
781                      *pEvents->allocAppend() = event;                      *pEvents->allocAppend() = event;
                     memset(&event.Format, 0, sizeof(event.Format)); // init format specific stuff with zeroes  
782                  }                  }
783              }              }
784          }          }

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

  ViewVC Help
Powered by ViewVC