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

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

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

revision 2012 by iliev, Fri Oct 23 17:53:17 2009 UTC revision 2559 by schoenebeck, Sun May 18 17:38:25 2014 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
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-2008 Christian Schoenebeck                         *
7   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009-2010 Christian Schoenebeck and 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 40  namespace LinuxSampler { namespace gig { Line 40  namespace LinuxSampler { namespace gig {
40              virtual bool    DiskStreamSupported();              virtual bool    DiskStreamSupported();
41              virtual String  Description();              virtual String  Description();
42              virtual String  Version();              virtual String  Version();
43                
44              virtual Format  GetEngineFormat();              virtual Format  GetEngineFormat();
45    
46              virtual void ProcessControlChange (              virtual void ProcessControlChange (
47                  LinuxSampler::EngineChannel*  pEngineChannel,                  LinuxSampler::EngineChannel*  pEngineChannel,
48                  Pool<Event>::Iterator&        itControlChangeEvent                  Pool<Event>::Iterator&        itControlChangeEvent
49              );              ) OVERRIDE;
50                virtual void ProcessChannelPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itChannelPressureEvent) OVERRIDE;
51                virtual void ProcessPolyphonicKeyPressure(LinuxSampler::EngineChannel* pEngineChannel, Pool<Event>::Iterator& itNotePressureEvent) OVERRIDE;
52              friend class Voice;              friend class Voice;
53    
54          protected:          protected:
# Line 72  namespace LinuxSampler { namespace gig { Line 73  namespace LinuxSampler { namespace gig {
73                  LinuxSampler::EngineChannel*  pEngineChannel,                  LinuxSampler::EngineChannel*  pEngineChannel,
74                  RTList<Event>::Iterator&      itNoteOffEvent                  RTList<Event>::Iterator&      itNoteOffEvent
75              );              );
   
         private:  
             uint32_t RandomSeed;            ///< State of the random number generator used by the random dimension.  
76      };      };
77    
78  }} // namespace LinuxSampler::gig  }} // namespace LinuxSampler::gig

Legend:
Removed from v.2012  
changed lines
  Added in v.2559

  ViewVC Help
Powered by ViewVC