/[svn]/linuxsampler/trunk/src/gig.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/gig.cpp

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

revision 27 by schoenebeck, Fri Dec 26 16:39:58 2003 UTC revision 28 by schoenebeck, Fri Jan 2 00:02:56 2004 UTC
# Line 73  namespace gig { Line 73  namespace gig {
73          }          }
74          FrameOffset = 0; // just for streaming compressed samples          FrameOffset = 0; // just for streaming compressed samples
75    
76          LoopStart /= FrameSize; // convert to sample points          LoopSize = LoopEnd - LoopStart;
         LoopEnd   /= FrameSize; // convert to sample points  
         LoopSize   = LoopEnd - LoopStart;  
77      }      }
78    
79      /// Scans compressed samples for mandatory informations (e.g. actual number of total sample points).      /// Scans compressed samples for mandatory informations (e.g. actual number of total sample points).

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC