Ignore:
Timestamp:
May 6, 2010, 3:08:34 AM (15 years ago)
Author:
David Azarewicz
Message:

Rework buffer management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/timer.cpp

    r473 r483  
    127127   pStream = (MIDISTREAM*) FindActiveStream( ulStreamType );
    128128
    129    dprintf(("TIMER::Ctx"));
     129//   dprintf(("TIMER::Ctx"));
    130130   if (pStream)   // Should always be a valid fn adr when timer is running.
    131131      pStream->Process();
     
    399399      uMSec = _uInterval_mSec;
    400400      _uCumulativeError += _uIntervalErr_uSec;
    401       if (_uCumulativeError >= 1000) 
     401      if (_uCumulativeError >= 1000)
    402402      {
    403403//PS++ begin
Note: See TracChangeset for help on using the changeset viewer.