Changeset 483 for OCO/trunk/drv16/timer.cpp
- Timestamp:
- May 6, 2010, 3:08:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/timer.cpp
r473 r483 127 127 pStream = (MIDISTREAM*) FindActiveStream( ulStreamType ); 128 128 129 dprintf(("TIMER::Ctx"));129 // dprintf(("TIMER::Ctx")); 130 130 if (pStream) // Should always be a valid fn adr when timer is running. 131 131 pStream->Process(); … … 399 399 uMSec = _uInterval_mSec; 400 400 _uCumulativeError += _uIntervalErr_uSec; 401 if (_uCumulativeError >= 1000) 401 if (_uCumulativeError >= 1000) 402 402 { 403 403 //PS++ begin
Note:
See TracChangeset
for help on using the changeset viewer.