/[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 12 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC revision 13 by schoenebeck, Fri Nov 21 15:07:23 2003 UTC
# Line 38  Line 38 
38    
39  #include "rtelmemorypool.h"  #include "rtelmemorypool.h"
40    
 #define DEBUG                   0  
41  #define PITCHBEND_SEMITONES     12  #define PITCHBEND_SEMITONES     12
42  #define MAX_AUDIO_VOICES        64  #define MAX_AUDIO_VOICES        64
43    
# Line 48  Line 47 
47  class AudioThread : public Thread {  class AudioThread : public Thread {
48      public:      public:
49          int ActiveVoiceCount;  ///< number of currently active voices          int ActiveVoiceCount;  ///< number of currently active voices
50            int ActiveVoiceCountMax;
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.12  
changed lines
  Added in v.13

  ViewVC Help
Powered by ViewVC