home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / multimed.zip / TDKKIT.DOC < prev    next >
Text File  |  1990-07-12  |  10KB  |  145 lines

  1. ** ASYMETRIX MULTIMEDIA TECHNOLOGY DEMONSTRATION KIT **
  2. TDK RELEASE NOTES 
  3.  
  4. The TDK Release Notes describe the contents of the Asymetrix Multimedia Technology Demonstration Kit. All of the ToolBook and DLL files in this kit are listed and described. If you do not have a copy of these files, they are available through the Asymetrix Bulletin Board, (206) 451-1173, and through the ToolBook section of the Windows discussion on CompuServe.
  5.  
  6. IMPORTANT:  These ToolBook files and Dynamic Link Library files are being made available free of charge exclusively for demonstration purposes to show some approaches programmers are taking for multimedia applications using ToolBook. The files have not undergone the rigorous review process which Asymetrix's commercial products undergo. Asymetrix does not intend to provide support for these files. Asymetrix specifically disclaims all warranties including without limitation all warranties of title or non-infringement, warranties of merchantability or fitness for a particular purpose and all other warranties express or implied. The files are made available "as is."
  7.  
  8. ASYMETRIX SHALL NOT BE LIABLE FOR ANY DAMAGES INCLUDING BUT NOT LIMITED TO DIRECT, INDIRECT, INCIDENTAL, SPECIAL, COVER, RELIANCE, OR CONSEQUENTIAL DAMAGES ARISING FROM ITS MAKING THE FILES AVAILABLE, OR THE USE OR INABILITY TO USE THE FILES. ANY USE OF FILES IS STRICTLY AT YOUR OWN RISK.
  9.  
  10. Copyright (c) 1990 by Asymetrix Corporation. All rights reserved. Asymetrix, ToolBook, and OpenScript are registered trademarks of Asymetrix Corporation.  VideoLogic and MIC System are registered trademarks of VideoLogic.  Microsoft is a registered trademark and Windows is a trademark of Microsoft Corporation.  Pioneer is a registered trademark of Pioneer Electronic Corporation.  MIDISOFT is a registered trademark of MIDISOFT Corporation.  Printed and reproduced in the United States of America.
  11.  
  12.  
  13. ** TOPICS IN THE TDK RELEASE NOTES **
  14.   * Introduction to the Multimedia TDK 
  15.   * Files included in the TDK 
  16.   * Notes on ToolBook files 
  17.   * Notes on DLL files 
  18.   * Other multimedia resources
  19.  
  20.  
  21. ** INTRODUCTION TO THE MULTIMEDIA TDK **
  22.  
  23. The Asymetrix Multimedia Technology Demonstration Kit includes files that demonstrate how ToolBook can be adapted for controlling PC-based video boards, laserdisc players, and other peripheral media devices. ToolBook can use these devices for video logging (in editing and authoring), controlling real-time video, and creating graphical presentations. In addition, related DLLs for the control of MIDI instruments are available through MIDISOFT.
  24.  
  25. DLL files serve as an important part of this technology demonstration. DLLs extend OpenScript's functionality to allow control of external media devices, so that ToolBook can be used as a professional multimedia tool. You can use the DLLs provided with this kit and with ToolBook, and you can purchase DLLs from third-party manufacturers such as MIDISOFT. In addition, multimedia hardware manufacturers should be shipping DLLs with their products in the near future, and Asymetrix is working with various manufacturers to provide a wider variety of DLLs to our users. 
  26.  
  27. To write your own DLLs, you need the Windows(TM) Software Development Kit (SDK). Instruction on writing DLLs is beyond the scope of these Release Notes. Call Microsoft(R) for more information on how to become a Windows developer.
  28.  
  29.  
  30. ** FILES INCLUDED IN THE TDK **
  31.  
  32. The following files are included in the Asymetrix Multimedia Technology Demonstration Kit.
  33.  
  34. TOOLBOOK MULTIMEDIA FILES:
  35.  
  36. Filename:  CONTROL.TBK
  37.     Related files:  TBK-COMM.DLL 
  38.     Hardware requirements:  None
  39. Filename:  DVA-4000.TBK
  40.     Related files: MICTALK.DLL
  41.     Hardware requirements:  VideoLogic 4000 board
  42. Filename:  HYPERVID.TBK
  43.     Related files: DVA-4000.TBK; MICTALK.DLL; 
  44.         LD-V2200.TBK; TBK-COMM.DLL
  45.     Hardware requirements:  Pioneer 4000 Series; 
  46.         VideoLogic 4000 board
  47. Filename:  LD-V2200.TBK
  48.     Related files: TBK-COMM.DLL
  49.     Hardware requirements:  Pioneer 4000 Series
  50. Filename:  VIDEOLOG.TBK
  51.     Related files: TBK-COMM.DLL
  52.     Hardware requirements:  None
  53.  
  54. TOOLBOOK HELP FILES FOR THE TDK:  
  55.     TBK-COMM.TBK
  56. (Another useful reference is DLLREF.TBK, the on-line DLL reference provided with ToolBook.)
  57.  
  58.  
  59. DLL FILES FOR THE TDK:
  60.  
  61. Filename:  TBK-COMM.DLL
  62.     Related files: TBK-COMM.TBK
  63.     Hardware requirements:  None
  64. Filename:  MICTALK.DLL
  65.     Related files: DVA-4000.TBK; HYPERVID.TBK; LD-V2200.TBK; 
  66.         LD-V4200.DOC; TBK-COMM.DLL
  67.     Hardware requirements:  None
  68.  
  69.  
  70. ** NOTES ON TOOLBOOK FILES **
  71.  
  72. Many of these files use a VCR-like video control panel, as appears on the first page of LD-V2200.TBK. This panel varies slightly in different books included in this kit.
  73.  
  74.  
  75. THE MULTIMEDIA CONTROL PANEL (CONTROL.TBK)
  76.  
  77. This book allows a multimedia author or operator to send OpenScript messages at timed intervals to several different books. Messages are typed in the main window in the following format:
  78.     <number>, <book>, <command>
  79. where number is the delay time for the command in seconds, book is the book to send the command to, and command is an OpenScript command. This can be useful in controlling multimedia presentations with several different drivers in ToolBook, since each driver can be sent commands as necessary in real-time.  Related files:  TBK-COMM.DLL
  80.  
  81.  
  82. DLL REFERENCE (DLLREF.TBK)
  83.  
  84. This book is a hypertext on-line help system for DLLs. DLLREF.TBK is an important DLL programmer's reference included as part of ToolBook, although it is not included as part of this kit.  Related files:  TBK-COMM.TBK
  85.  
  86.  
  87. DVA-4000 CONTROLLER (DVA-4000.TBK)
  88.  
  89. This book controls a VideoLogic¿ DVA-4000 video adapter board. The DLL functions in this book could also be used to control another video adapter board. This book is typically implemented by including "DVA-4000.TBK" as a parameter for the system variable sysBooks, so that ToolBook applications can access all of its functions. To use this book, you need to have the VideoLogic MIC System(R) software installed, which comes bundled with the board. This software will control a wide range of laserdisc players as well. For more details, call VideoLogic at (617) 494-0530. 
  90.  
  91. For more details about this book and its functions, see the on-line help with this book by clicking the How To Use This Book button on the first page.  Related files:  MICTALK.DLL
  92.  
  93.  
  94. HYPERVIDEO CONTROLLER (HYPERVID.TBK)
  95.  
  96. This book allows a user to enter text and create text-based hypervideo links to related videodisc-based images, using the Pioneer(R) 4000 videodisc player and, optionally, the VideoLogic DVA-4000 video adapter board. To use the DVA-4000 video adapter board with this book, you need to have the VideoLogic(R) MIC software installed, which comes bundled with the board. This software will control a wide range of laserdisc players as well. For more details, call VideoLogic.
  97.  
  98. This book uses a variation of the video control panel illustrated in LD-V2200.TBK.
  99.  
  100.  
  101. HYPERVIDEO CONTROL PANEL
  102.  
  103. In this book, the slider for variable speed control displays a number to show relative speed. The "?" button lets you select the range of frame numbers for editing by typing the starting and ending frame numbers, separated by commas, in a Request box. The two buttons with triangles in circles let you control audio levels.   Related files:  DVA-4000.TBK; LD-V2200.TBK; MICTALK.DLL; TBK-COMM.DLL
  104.  
  105.  
  106. LD-V2200 CONTROLLER (LD-V2200.TBK)
  107.  
  108. This book controls Pioneer LD-V2200, LD-V4200 or LD-V8000 series videodisc players, and will control both Constant Angular Velocity (CAV) and Constant Linear Velocity (CLV) videodiscs. Frame-by-frame display is possible using LD-V2200.TBK and a CAV videodisc.
  109.  
  110. This book is typically implemented by including "DVA-4000.TBK" as a paremeter for the system variable sysBooks, so that ToolBook applications can access all of its functions.  This book uses a version of the video control panel illustrated earlier in these Release Notes. For more details about this book and its functions, see the on-line help included with this book by clicking How To Use This Book.  Related files:  TBK-COMM.DLL
  111.  
  112.  
  113. TBK-COMM DLL REFERENCE (TBK-COMM.TBK)
  114.  
  115. This book documents all DLL functions within the TBK-COMM.DLL in a hypertext format. For more details, see the on-line help included with this book by clicking the Help button on any page.  Related files:  TBK-COMM.DLL
  116.  
  117. THE VIDEO LOG BOOK (VIDEOLOG.TBK)
  118.  
  119. This book allows video logging for authoring and editing on the Pioneer LD-V2200, LD-V4200, and LD-V8000 series videodisc players. This book uses a variation of the video control panel illustrated earlier in these Release Notes, and has additional controls for marking scenes, as shown in the following illustration.  Related files:  TBK-COMM.DLL
  120.  
  121. ** NOTES ON DLL FILES **
  122.  
  123. MICTALK.DLL
  124.  
  125. This DLL is an accelerator for the DVA-4000.TBK book. Related files:  DVA-4000.TBK; HYPERVID.TBK; 
  126.     LD-V2200.TBK; VIDEOLOG.TBK; LD-V4200.DOC; TBK-COMM.DLL
  127.  
  128.  
  129. TBK-COMM.DLL
  130.  
  131. This DLL contains functions to send and receive data through the COM: ports, and is used by most of the books that work as drivers in this kit. For more details about this DLL and its functions, see TBK-COMM.TBK, which contains on-line help for this DLL.  Related files:  TBK-COMM.TBK
  132.  
  133.  
  134. ** OTHER MULTIMEDIA RESOURCES **
  135.  
  136. MIDISOFT.DLL 
  137.  
  138. This DLL is the MIDISOFT(R) MIDI driver. This DLL is proprietary to MIDISOFT and is not included with this kit. To obtain a copy of this DLL and the book that goes with it, call MIDISOFT at (206) 827-0750. Related files:  MIDISOFT.TBK
  139.  
  140.  
  141. MIDISOFT.TBK
  142.  
  143. This book is the interface for the MIDISOFT MIDI driver. This book is proprietary to MIDISOFT and is not included with this kit. To obtain a copy, call MIDISOFT.  Related files: MIDISOFT.DLL
  144.  
  145.