/[svn]/linuxsampler/trunk/src/engines/sf2/Engine.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/sf2/Engine.h

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

revision 2071 by iliev, Tue Nov 3 19:27:42 2009 UTC revision 2072 by persson, Sat Mar 20 11:37:52 2010 UTC
# Line 4  Line 4 
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck    *   *   Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck    *
6   *   Copyright (C) 2005-2009 Christian Schoenebeck                         *   *   Copyright (C) 2005-2009 Christian Schoenebeck                         *
7   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009-2010 Grigor Iliev                                  *
8   *                                                                         *   *                                                                         *
9   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
10   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 72  namespace LinuxSampler { namespace sf2 { Line 72  namespace LinuxSampler { namespace sf2 {
72                  LinuxSampler::EngineChannel*  pEngineChannel,                  LinuxSampler::EngineChannel*  pEngineChannel,
73                  RTList<Event>::Iterator&      itNoteOffEvent                  RTList<Event>::Iterator&      itNoteOffEvent
74              );              );
   
         private:  
             uint32_t RandomSeed;            ///< State of the random number generator used by the random dimension.  
75      };      };
76    
77  }} // namespace LinuxSampler::sf2  }} // namespace LinuxSampler::sf2

Legend:
Removed from v.2071  
changed lines
  Added in v.2072

  ViewVC Help
Powered by ViewVC