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

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

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

revision 3033 by iliev, Mon Jul 25 17:21:16 2011 UTC revision 3034 by schoenebeck, Mon Oct 31 00:05:00 2016 UTC
# Line 2  Line 2 
2   *                                                                         *   *                                                                         *
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003 - 2009 Christian Schoenebeck                       *   *   Copyright (C) 2003 - 2016 Christian Schoenebeck                       *
6   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009 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  *
# Line 65  namespace LinuxSampler { Line 65  namespace LinuxSampler {
65                */                */
66              uint MaxOffset;              uint MaxOffset;
67    
68              Sample(): MaxOffset(2000), Offset(0), RAMCacheOffset(0) { }              Sample(): Offset(0), RAMCacheOffset(0), MaxOffset(2000) { }
69              virtual ~Sample() { }              virtual ~Sample() { }
70    
71              virtual String  GetName() = 0;              virtual String  GetName() = 0;

Legend:
Removed from v.3033  
changed lines
  Added in v.3034

  ViewVC Help
Powered by ViewVC