--- linuxsampler/trunk/src/engines/gig/Engine.h 2010/03/15 18:21:28 2071 +++ linuxsampler/trunk/src/engines/gig/Engine.h 2010/03/20 11:37:52 2072 @@ -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 * @@ -40,7 +40,7 @@ virtual bool DiskStreamSupported(); virtual String Description(); virtual String Version(); - + virtual Format GetEngineFormat(); virtual void ProcessControlChange ( @@ -72,9 +72,6 @@ LinuxSampler::EngineChannel* pEngineChannel, RTList::Iterator& itNoteOffEvent ); - - private: - uint32_t RandomSeed; ///< State of the random number generator used by the random dimension. }; }} // namespace LinuxSampler::gig