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

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

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

revision 11 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC revision 12 by schoenebeck, Sun Nov 16 19:01:50 2003 UTC
# Line 63  int Stream::ReadAhead(unsigned long Samp Line 63  int Stream::ReadAhead(unsigned long Samp
63      if (endofsamplereached) SetState(state_end);      if (endofsamplereached) SetState(state_end);
64      else                    SetState(state_active);      else                    SetState(state_active);
65    
66      // dmsg(("Refilled stream with %d (SamplePos: %d)", SampleCount - samplestoread, this->SampleOffset));      dmsg(5,("Refilled stream with %d (SamplePos: %d)", SampleCount - samplestoread, this->SampleOffset));
67      return (SampleCount - samplestoread);      return (SampleCount - samplestoread);
68  }  }
69    

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC