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

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

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

revision 2600 by schoenebeck, Sat Jun 7 00:16:03 2014 UTC revision 2606 by persson, Sun Jun 8 05:42:56 2014 UTC
# Line 442  namespace LinuxSampler { Line 442  namespace LinuxSampler {
442          Event event             = pEventGenerator->CreateEvent();          Event event             = pEventGenerator->CreateEvent();
443          event.Type              = Event::type_sysex;          event.Type              = Event::type_sysex;
444          event.Param.Sysex.Size  = Size;          event.Param.Sysex.Size  = Size;
445          event.Format            = {}; // init format specific stuff with zeroes          memset(&event.Format, 0, sizeof(event.Format)); // init format speific stuff with zeroes
446          event.pEngineChannel    = NULL; // as Engine global event          event.pEngineChannel    = NULL; // as Engine global event
447          event.pMidiInputPort    = pSender;          event.pMidiInputPort    = pSender;
448          if (pEventQueue->write_space() > 0) {          if (pEventQueue->write_space() > 0) {

Legend:
Removed from v.2600  
changed lines
  Added in v.2606

  ViewVC Help
Powered by ViewVC