home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / oop / macapp3 / 340 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  1.9 KB

  1. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!olivea!apple!applelink.apple.com
  2. From: JERRY_JAHNKE@tikal.biosci.ARizona.EDU
  3. Newsgroups: comp.sys.mac.oop.macapp3
  4. Subject: Need for Speed
  5. Message-ID: <726175848.4101939@AppleLink.Apple.COM>
  6. Date: 4 Jan 93 11:18:00 GMT
  7. Sender: daemon@Apple.COM
  8. Organization: AppleLink Gateway
  9. Lines: 34
  10.  
  11. AppleLink gatewayed addresses are limited to 35 characters, and this letter
  12. has a longer return address. It has been mapped into the address above.
  13. Reply using that address, and everything should work. The actual address
  14. is in the Internet headers below.
  15.  
  16. From: Jerry_Jahnke@tikal.biosci.arizona.edu (Jerry Jahnke)
  17. Content-Transfer-Encoding: 7BIT
  18. Message-Id: <00132.2808991171.32779@tikal.biosci.arizona.edu>
  19. X-Charset: MACINTOSH
  20. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  21. Organization: University of Arizona
  22. To: MACAPP3TECH$@AppleLink.Apple.COM (MacApp Tech List)
  23.  
  24.                        Subject:                               Time:10:59 AM
  25.   OFFICE MEMO          Need for Speed                         Date:1/4/93
  26. Hello,
  27.  
  28. Over the Christmas break I decided to develop an application that does
  29. QuickTime movies (much like Simple Player). Anyway I got it all up and
  30. running and it works fine with one noteable exception. It plays them a bit
  31. on the slow side.
  32.  
  33. The DoIdle method of my MovieView is set to an idle frequency of 0 and it
  34. calls MCIdle each pass. I also overrode MainEventLoop in my decendant of
  35. TApplication. And call MoviesTask before polling for events. It is still a
  36. bit on the slow side (the movies are kinda jerky when they play on my app
  37. but smooth in Simple Player.)
  38.  
  39. So my question is this. Should I just lump it? The jerkiness is noticable,
  40. but only if you are looking for it (i.e. my wife could not see it until I
  41. showed it to her). Or are there a few other places I could sprinkle
  42. MoviesTask to eek the last little bit of performance out of this app?
  43.  
  44.  
  45.