/[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 14 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC revision 15 by schoenebeck, Sun Nov 23 21:16:49 2003 UTC
# Line 36  Line 36 
36  class Voice {  class Voice {
37      public:      public:
38          // Attributes          // Attributes
39          int      MIDIKey;   ///< MIDI key number of the key that triggered the voice          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          Voice**  pSelfPtr;         ///< FIXME: hack to be able to remove the voice from the active voices list within the audio thread, ugly but fast
41            uint     ReleaseVelocity;  ///< Reflects the release velocity value if a note-off command arrived for the voice.
42    
43          // Methods          // Methods
44          Voice(DiskThread* pDiskThread);          Voice(DiskThread* pDiskThread);

Legend:
Removed from v.14  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC