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

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

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

revision 11 by senoner, Tue Nov 11 23:30:47 2003 UTC revision 12 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC
# Line 35  Line 35 
35    
36  class Voice {  class Voice {
37      public:      public:
38            // Attributes
39            int      MIDIKey;   ///< MIDI key number of the key that triggered the voice
40            Voice**  pSelfPtr;  ///< FIXME: hack to be able to remove the voice from the active voices list within the audio thread, ugly but fast
41    
42          // Methods          // Methods
43          Voice(DiskThread* pDiskThread);          Voice(DiskThread* pDiskThread);
44         ~Voice();         ~Voice();

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC