home *** CD-ROM | disk | FTP | other *** search
/ Game Hack 2 / GHM021.ZIP / CYPLAY.DOC next >
Text File  |  1995-02-20  |  6KB  |  129 lines

  1.         ╔═╤═══════════════════════════════════════════════════════╤═╗         \r\n");
  2.         ╠═╛   CyPLAY 1.0 <> Copyright 1994 Cytherean Adventures   ╘═╣         \r\n");
  3.         ╚════════════╦═════════════════════════════════╦════════════╝         \r\n");
  4.                   ║   MID-CMF-VOC-WAV file player.  ║
  5.                   ║   [+/-] Volume adjustment.      ║
  6.                   ║   [Esc] Quits player.           ║                      \r\n");
  7.                   ╚═════════════════════════════════╝
  8.  
  9.  
  10. DESCRIPTION:    
  11.  
  12. CyPLAY is a command-line player for MID, VOC, CMF, and WAV sound files.  It 
  13. was created for David Schultz of DBS Music, in appreciation for the fine 
  14. music he wrote for one of my games.  I used Borland C++ 3.1 and Worx version 
  15. 2.01 to write the software.  Since it is freeware, there hasn't been a great 
  16. deal of testing, so if you find a bug, feel free to let me know at one of 
  17. the email addresses below.
  18.  
  19. ===========================================================================
  20. USAGE:
  21.  
  22. To run CyPLAY, simply type in the program name at the command prompt in the
  23. following format.  [Example:  C:>cyplay generate.mid gm1.ibk ]
  24.  
  25. CYPLAY  [?] filename.ext [bankfile.ibk] [pc] [l]
  26.  Items in [] are optional.
  27.  
  28. [?]              View the usage help screen.
  29. filename.ext     Any valid VOC, CMF, MID, or WAV file.  You MUST use the 
  30.               proper file extension.
  31. [bankfile.ibk]   Any ibk file.  If you do not specify an IBK file, CyPLAY
  32.               will use the default.  Applies only to MID files.
  33. [pc]             Use internal speaker for VOC file playback.  This does not
  34.               work on some internal speakers.
  35. [l]              Loop a MID or CMF file continuously.
  36.  
  37.  
  38. WARNING: Be aware that due to some limitations of the sound library, sound 
  39. files MUST be 23kHz or less, and smaller than 64K in size.  Failure to follow 
  40. this guideline may result in your computer locking up.
  41.  
  42. ===========================================================================
  43. INCLUDED MUSIC:
  44.  
  45.   GENERATE.MID 
  46.   Copyright 1994 David B. Schultz
  47.  
  48. GENERATE.MID was composed and generously donated by David B. Schultz of DBS
  49. Music.  David composes music for computer games, demos, and multimedia
  50. presentations at very reasonable rates.  Anyone interested in using
  51. GENERATE.MID or having custom music composed can reach David at
  52. 72143.3624@compuserve.com.  DO NOT use or distribute GENERATE.MID in any form
  53. other than as a part of the CYPLAY 1.0 distribution set, unless you have 
  54. prior authorization from David B. Schultz.
  55.  
  56. ===========================================================================
  57. PACKING LIST:
  58.  
  59. CYPLAY.EXE     Executable file for CyPLAY 1.0.    
  60. CYPLAY.DOC     This file.
  61. GENERATE.MID   Example midi tune by David B. Schultz.
  62. EXPLODE.VOC    Example VOC file.
  63. ENGINE.WAV     Example WAV file.
  64. GM1.IBK        General Midi Instrument Bank File
  65. FILE_ID.DIZ    Distribution Identification file.
  66.  
  67. ===========================================================================
  68. LEGAL NOTICE:
  69.  
  70. CyPLAY 1.0 is copyrighted freeware.  This software is provided as is.  There
  71. are no warranties, expressed or implied.  It may be freely distributed and 
  72. used by individuals and corporations without charge.  It may not, however, be 
  73. sold or distributed for a price (other than user group diskette duplication 
  74. and distribution fees.)  At all times, the copyright and title for CyPLAY 
  75. remain the property of Cytherean Adventures.  It must be distributed as a 
  76. whole, including this accompanying documentation and sound files.
  77.  
  78. This software is provided on an as-is basis.  If you choose to use
  79. it, you do so at your own risk.  Neither the author nor Cytherean Adventures
  80. offers any warranty or guarantee of any kind, nor do they (individually or
  81. together) accept any liability for any consequences of the use of this
  82. software.
  83.  
  84. Borland C++ is a registered trademark of Borland International, Inc.
  85. Other brand and product names are trademarks or registered trademarks of
  86. their respective holders.
  87.  
  88. ===========================================================================
  89. WARRANTY:
  90.  
  91. CYTHEREAN ADVENTURES DISCLAIMS ALL WARRANTIES RELATING TO THIS SOFTWARE,
  92. WHETHER EXPRESS OF IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED
  93. WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND
  94. ALL SUCH WARRANTIES ARE EXPRESSLY AND SPECIFICALLY DISCLAIMED.  NEITHER
  95. CYTHEREAN ADVENTURES NOR ANYONE ELSE WHO HAS BEEN INVOLVED IN THE CREATION,
  96. PRODUCTION, OR DELIVERY OF THIS SOFTWARE SHALL BE LIABLE FOR ANY INDIRECT,
  97. CONSEQUENTIAL, OR INCIDENTAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO
  98. USE SUCH SOFTWARE EVEN IF CYTHEREAN ADVENTURES HAS BEEN ADVISED OF THE 
  99. POSSIBILITY OF SUCH DAMAGES OR CLAIMS.  IN NO EVENT SHALL CYTHEREAN 
  100. ADVENTURES' LIABILITY FOR ANY DAMAGES EVER EXCEED THE PRICE PAID FOR THE 
  101. LICENSE TO USE THE SOFTWARE, REGARDLESS OF THE FORM OF CLAIM.  THE PERSON
  102. USING THE SOFTWARE BEARS ALL RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  103. SOFTWARE.
  104.     SOME STATES DO NOT ALLOW THE EXCLUSION OF THE LIMIT OF LIABILITY FOR
  105. CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATION MAY NOT APPLY
  106. TO YOU.
  107.     THIS AGREEMENT SHALL BE GOVERNED BY THE LAWS OF THE STATE OF ALABAMA AND
  108. SHALL INURE TO THE BENEFIT OF CYTHEREAN ADVENTURES AND ANY SUCCESSORS, 
  109. ADMINISTRATORS, HEIRS, AND ASSIGNS.  ANY ACTION OR PROCEEDING BROUGHT BY 
  110. EITHER PARTY AGAINST THE OTHER ARISING OUT OF OR RELATED TO THIS AGREEMENT
  111. SHALL BE BROUGHT ONLY IN A STATE OF FEDERAL COURT OF COMPETENT JURISDICTION
  112. LOCATED IN MORGAN COUNTY, ALABAMA.  THE PARTIES CONSENT TO IN PERSONAM
  113. JURISDICTION OF SAID COURTS.
  114.  
  115. ===========================================================================
  116. FEEDBACK:
  117.  
  118. If you have any comments or find any bugs in CyPLAY, you can reach me at any
  119. of the following addresses:
  120.  
  121.     C. Steven Blackwood
  122.     Cytherean Adventures
  123.     
  124.     CIS: 72114,67
  125.     AOL: StevenCyAD
  126.     Internet: csteven@cyad.com  
  127.     NovaLink: CSteven
  128.  
  129.