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

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

  ViewVC Help
Powered by ViewVC