/[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 15 by schoenebeck, Sun Nov 23 21:16:49 2003 UTC revision 17 by schoenebeck, Sat Nov 29 15:17:48 2003 UTC
# Line 57  class Voice { Line 57  class Voice {
57          };          };
58    
59          // Attributes          // Attributes
60            float                Volume;
61          float*               pOutput;           ///< Audio output buffer          float*               pOutput;           ///< Audio output buffer
62          uint                 OutputBufferSize;  ///< Fragment size of the audio output buffer          uint                 OutputBufferSize;  ///< Fragment size of the audio output buffer
63          double               Pos;          double               Pos;

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

  ViewVC Help
Powered by ViewVC