--- linuxsampler/trunk/src/engines/AbstractEngine.cpp 2010/05/15 07:46:30 2090 +++ linuxsampler/trunk/src/engines/AbstractEngine.cpp 2010/05/15 09:02:31 2091 @@ -3,8 +3,8 @@ * LinuxSampler - modular, streaming capable sampler * * * * Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck * - * Copyright (C) 2005-2009 Christian Schoenebeck * - * Copyright (C) 2009 Grigor Iliev * + * Copyright (C) 2005-2008 Christian Schoenebeck * + * Copyright (C) 2009-2010 Christian Schoenebeck and Grigor Iliev * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -78,6 +78,7 @@ pEventPool = new Pool(CONFIG_MAX_EVENTS_PER_FRAGMENT); pGlobalEvents = new RTList(pEventPool); FrameTime = 0; + RandomSeed = 0; } AbstractEngine::~AbstractEngine() {