Path: utzoo!news-server.csri.toronto.edu!rutgers!ucsd!hub.ucsb.edu!ucsbuxa!6500rgls From: 6500rgls@ucsbuxa.ucsb.edu (Randall S Geels) Newsgroups: comp.sys.mac.programmer Subject: Re: millisec timing Message-ID: <9908@hub.ucsb.edu> Date: 14 Mar 91 08:08:39 GMT References: <1991Mar13.201544.14943@psych.toronto.edu> Sender: news@hub.ucsb.edu Lines: 10 In order to achieve millisecond resolution on the mac you either need to grab one of the VIA's timers and use that, or use the Time Manager and set an interrupt to happen periodically (in this case every 1 ms) If your application will run under multifinder then you need to watch out for other things which might also use the VIA's timers (eg. sound and disk accesses). In any case this can be somewhat tricky to do. Hope this helps a little. :) --Randy Geels