/[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 1799 by iliev, Sat Nov 1 19:01:27 2008 UTC revision 1800 by schoenebeck, Sun Dec 7 01:26:46 2008 UTC
# Line 74  namespace LinuxSampler { namespace gig { Line 74  namespace LinuxSampler { namespace gig {
74              virtual void   Disable();              virtual void   Disable();
75              virtual uint   VoiceCount();              virtual uint   VoiceCount();
76              virtual uint   VoiceCountMax();              virtual uint   VoiceCountMax();
77                virtual int    MaxVoices();
78                virtual void   SetMaxVoices(int iVoices) throw (Exception);
79              virtual bool   DiskStreamSupported();              virtual bool   DiskStreamSupported();
80              virtual uint   DiskStreamCount();              virtual uint   DiskStreamCount();
81              virtual uint   DiskStreamCountMax();              virtual uint   DiskStreamCountMax();
82                virtual int    MaxDiskStreams();
83                virtual void   SetMaxDiskStreams(int iStreams) throw (Exception);
84              virtual String DiskStreamBufferFillBytes();              virtual String DiskStreamBufferFillBytes();
85              virtual String DiskStreamBufferFillPercentage();              virtual String DiskStreamBufferFillPercentage();
86              virtual String Description();              virtual String Description();
# Line 188  namespace LinuxSampler { namespace gig { Line 192  namespace LinuxSampler { namespace gig {
192              unsigned long FrameTime; ///< Time in frames of the start of the current audio fragment              unsigned long FrameTime; ///< Time in frames of the start of the current audio fragment
193    
194              atomic_t ActiveVoiceCount; ///< number of currently active voices              atomic_t ActiveVoiceCount; ///< number of currently active voices
195                            int iMaxDiskStreams;
196      };      };
197    
198  }} // namespace LinuxSampler::gig  }} // namespace LinuxSampler::gig

Legend:
Removed from v.1799  
changed lines
  Added in v.1800

  ViewVC Help
Powered by ViewVC