/[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 2618 by schoenebeck, Wed Jun 11 11:39:44 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()) {

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

  ViewVC Help
Powered by ViewVC