home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / READMEs / Peanuts-3 / Graphics / video / Laserdisc.README < prev    next >
Encoding:
Text File  |  1996-11-09  |  2.9 KB  |  75 lines

  1. Laserdisc.app
  2. =============
  3.  
  4. A NeXTSTEP 3.0 Application to control a Sony LDP
  5. by Eric Celeste (AppTech), efc@mit.edu
  6. version 19930324.1156
  7.  
  8. [Note: Laserdisc.compress includes source code, 
  9. LaserdiscAppOnly.compress does not.]
  10.  
  11. This application is a work in progress, but feel free to use it or the 
  12. source code in any way you like. I needed a remote control for a Sony 
  13. laserdisc player I picked up for $75. This app did the trick, with a 
  14. few flaws, but now my NeXT is miles from my laserdisc player so I'll 
  15. probably never fix the flaws. Please note, as this application 
  16. currently stands, it only supports Sony laserdisc players, not 
  17. Pioneer. Someone with a Pioneer laserdisc player and Objective-C 
  18. skills should have very little problem creating a new subclass of my 
  19. LDPlayer object to handle Pioneer.
  20.  
  21. Most of the description of the various objects is in the .m source 
  22. files. Please look there for details. I'd like to especially thank 
  23. Michael Hawley for the original source for the SerialPort object, I'm 
  24. sure my changes to that object have only made it less elegant and 
  25. trustworthy! I'd also like to thank David Small for his Ultrix code 
  26. that was my only documentation for the Sony for weeks, the 
  27. SonyLDPcodes.h file was lifted straight from his Ultrix project.
  28.  
  29. Installation
  30.  
  31. The Laserdisc.app already compiled in this package is suitable for 
  32. NeXT computers. It will not run on NeXTSTEP/FIP. It has been stripped 
  33. to save space. You can copy it to your ~/Apps directory or to 
  34. /LocalApps.
  35.  
  36. Note that to use this program you also need to connect one of your 
  37. serial ports to the Sony laserdisc player with an odd serial cable. A 
  38. regular modem or printer cable will not work! See the Sony LDP 
  39. documentation for the specifications of this cable, or, if you're not 
  40. into building your own, call Voyager (the producers of the Criterion 
  41. Collection discs) and ask for a Mac-to-Sony LDP cable.
  42.  
  43. Make sure you have the player attached and turned on before trying to 
  44. use Laserdisc.app (see Bug Warning below for more details).
  45.  
  46. Compilation
  47.  
  48. Make sure you have the System Release 3.0 Developer edition (or later) 
  49. installed. The important point here is that you will need to have the 
  50. development system online or you won't be able to go on with this 
  51. process. I have no idea if this program will work with NS/Intel, but I 
  52. imagine it should.
  53.  
  54. Bug Warning
  55.  
  56. One bug to warn I should warn you of... if you try to give an 
  57. instruction to the laserdisc player and the player is not turned on or 
  58. not connected to the computer, this program will hang. Feel free to 
  59. kill it from the Workspace if this happens to you. Of course, feel 
  60. free to fix the program if you'd like. Please let me know about any 
  61. changes or improvements you make to this program, I'd love to hear 
  62. about them.
  63.  
  64.  _______
  65. |   |   |  Eric Celeste
  66. |   |   |
  67. \____     
  68.     \      Internet: efc@mit.edu
  69.     /      NeXTmail welcome!
  70. ,---- (:
  71. \____      5 Exeter Street
  72. |    |     Belmont, MA 02178
  73. \    /
  74.  \         617-484-5040
  75.