/[svn]/linuxsampler/trunk/src/engines/common/SampleFile.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/SampleFile.h

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

revision 2398 by iliev, Mon Jul 25 17:21:16 2011 UTC revision 2399 by persson, Sun Jan 13 17:22:23 2013 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003 - 2009 Christian Schoenebeck                       *   *   Copyright (C) 2003 - 2009 Christian Schoenebeck                       *
6   *   Copyright (C) 2009 - 2011 Grigor Iliev                                *   *   Copyright (C) 2009 - 2013 Grigor Iliev                                *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 80  namespace LinuxSampler { Line 80  namespace LinuxSampler {
80              SNDFILE* pSndFile;              SNDFILE* pSndFile;
81    
82              buffer_t RAMCache;        ///< Buffers samples (already uncompressed) in RAM.              buffer_t RAMCache;        ///< Buffers samples (already uncompressed) in RAM.
83    
84                int* pConvertBuffer;
85    
86              long SetPos(unsigned long FrameCount, int Whence);              long SetPos(unsigned long FrameCount, int Whence);
87      };      };
88    

Legend:
Removed from v.2398  
changed lines
  Added in v.2399

  ViewVC Help
Powered by ViewVC