home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / amfm / amfm6 / utilities / casiosoundlib / readme.pp / readme
Text File  |  1994-06-20  |  3KB  |  74 lines

  1. MidiUtility 2.0       2/16/87     Djj
  2.  
  3.    Version 2.0 is an improved (I hope) version of MidiUtility 1.0.
  4. I've added an Intuition interface, a file requester and default directories
  5. for patch data, sequence data and bank data.  This version is now compiled
  6. with Manx C.
  7.  
  8.    When started, a movable window will open indicating the commands
  9. available.  You may either press a letter on the keyboard or click on the
  10. command letter to activate a command.
  11.  
  12.    Commands which require disk files, will bring up a file requester (thanks
  13. to C. Heath) showing the files contained in the default directory.  All
  14. initial default directories will point to the RAM: device.  (Instructions for
  15. patching the file for the directory of your choice will follow.)
  16. You may click on the category gadgets (PAT1, PAT2, SEQ, BANK) to change to
  17. a different directory, or you may enter a directory name in the DRAWER
  18. gadget at the top of the requester.  The category gadgets default to the
  19. current logged in drive until changed by the user.  (See below)
  20.  
  21.    There is a maximum of 5000 midi events which can be recorded.  This
  22. can only be changed by recompilation.
  23.  
  24.    Also included in this ARC file are 4 banks of my favorite instruments,
  25. a bank containing the standard internal instruments and a bank of modified
  26. internal instruments required for Music Studio.
  27.  
  28. ------------
  29.    Directory usage:
  30.  
  31.       PAT1  -- can hold data patches
  32.       PAT2  -- can hold more data patches
  33.       SEQ   -- can hold recorded sequences
  34.       BANK  -- can hold banks of 16 data patches
  35.  
  36.  
  37. -----------
  38.    To change a default directory, you will need a binary file editor such as
  39. NEWZAP to patch the program.  You will enter the name of the directories
  40. directly into the program data area.
  41.  
  42.    In NEWZAP, GOTO sector 32.  At the offsets listed below you will find the
  43. areas for each default directory.  You have 40 characters per directory
  44. name.  You may use less than 40 characters, but NO MORE.
  45.  
  46.            dir   offset (hex)
  47.            PAT1  185
  48.            PAT2  1AD
  49.            SEQ   1D5
  50.            BANK  1FD
  51.  
  52. For example, if you entered   DH1:MIDI/PATCH   at offset 185, then when you
  53. select the PAT1 gadget, the above directory contents will be listed.
  54.  
  55.    Also, at offset 184 (sector 32) is a byte that determines if the filename
  56. gadget 'remembers' filenames.  If set to 01, the gadget will come up empty
  57. each time the requester opens.  If set to 00, the last filename entered will
  58. be 'remembered' and will appear in the name gadget.  Your choice.
  59.  
  60. D.J.James
  61.  
  62. *********************************** AM/FM ***********************************
  63.  
  64. Note  from  the AM/FM Editor:  Please note that all the files for this utility
  65. are  stored  in  the  :Utilities/CasioSoundLib/  directory.  All the files are
  66. crunched  with  PowerPacker, so they would take so much disk space.  This also
  67. goes  for the sound banks that are stored with the program.  So before you can
  68. use  any  of  it,  you must decrunch the files onto another disk.  To decrunch
  69. these  files,  use  the  program "decrunch", stored in the c-directory of this
  70. disk.
  71.  
  72.                                 [Ed]
  73.