/[svn]/linuxsampler/trunk/src/audiothread.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/audiothread.h

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

revision 19 by schoenebeck, Sun Dec 7 05:03:43 2003 UTC revision 20 by schoenebeck, Thu Dec 25 00:02:45 2003 UTC
# Line 45  Line 45 
45    
46  class AudioThread : public Thread {  class AudioThread : public Thread {
47      public:      public:
48          int ActiveVoiceCount;     ///< number of currently active voices          double Volume;               ///< overall volume (a value < 1.0 means attenuation, a value > 1.0 means amplification)
49          int ActiveVoiceCountMax;  ///< the maximum voice usage since application start          int    ActiveVoiceCount;     ///< number of currently active voices
50            int    ActiveVoiceCountMax;  ///< the maximum voice usage since application start
51    
52          AudioThread(AudioIO* pAudioIO, DiskThread* pDiskThread, gig::Instrument* pInstrument);          AudioThread(AudioIO* pAudioIO, DiskThread* pDiskThread, gig::Instrument* pInstrument);
53         ~AudioThread();         ~AudioThread();

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC