--- linuxsampler/trunk/src/engines/gig/Engine.cpp 2005/09/18 12:41:56 774 +++ linuxsampler/trunk/src/engines/gig/Engine.cpp 2005/09/21 14:30:43 775 @@ -190,6 +190,7 @@ // delete all input events pEventQueue->init(); + pSysexBuffer->init(); } /** @@ -1393,7 +1394,7 @@ } String Engine::Version() { - String s = "$Revision: 1.53 $"; + String s = "$Revision: 1.54 $"; return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword }