home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / k / k1el20.zip / READ.ME < prev    next >
Text File  |  1992-12-01  |  6KB  |  183 lines

  1.  
  2.  
  3.  
  4.                    Kawai K1 Editor/Librarian, Version 2.0
  5.                          A Quality SpethWARE Product
  6.  
  7.  
  8.  
  9.     OVERVIEW:
  10.  
  11.     This program is a patch editor  intended  for  the  Kawai  K1 
  12.     Digital  Synthesizer.   It uses an MPU-401 or compatible MIDI 
  13.     interface card and runs on IBM PC/AT computers or compatibles 
  14.     and  a  mouse  is required.  This simple yet powerful tool by 
  15.     which sounds can be edited and organized on the  K1  displays 
  16.     all edit parameters on a single screen. 
  17.  
  18.  
  19.     The  editor  defaults  to interrupt IRQ7 and I/O port address 
  20.     330 hex, and MIDI channel 1.  You may override these settings 
  21.     using the following command line syntax:
  22.  
  23.         K1 -Ii -Pp -Cc
  24.  
  25.         where:    i is the IRQ level 0 through 7 (def. 7)
  26.             p is the port address in hex (def. 330h)
  27.             c is the MIDI channel (def. 1)
  28.  
  29.     For example, to run the editor on IRQ2 and port 330 hex type:
  30.  
  31.         K1 -I2 -P330
  32.  
  33.     Any  and  all of the command line arguments are optional.  It 
  34.     will 'come up' if your MPU-401 is not configured properly but 
  35.     will  not  talk to your K1.  Both MIDI in and out cables must 
  36.     be connected.  The program will work on any MIDI channel.
  37.  
  38.     This distribution should contain the following files:
  39.  
  40.         K1.EXE - the executable
  41.         READ.ME - this file
  42.         K1.ICO - Windows icon file
  43.         ZIP.LST - list of files in PKZIP'ped file
  44.  
  45.  
  46.  
  47.     MOUSE USAGE:
  48.  
  49.     To  edit  a  parameter:
  50.      - move  the cursor with the mouse to the display position of 
  51.        the parameter that is to be edited
  52.      - press a mouse button while moving the mouse up and down to 
  53.        change the value of the parameter
  54.  
  55.     To select a function:
  56.      - select  one  of  the  function  groups  at the top line by 
  57.        moving the cursor to one of the words and holding  down  a 
  58.        mouse button 
  59.      - select  one  of  the  functions  from  the  boxed  list by 
  60.        highlighting a function and releasing the mouse button
  61.  
  62.  
  63.  
  64.  
  65.     KEY SHORTCUTS:
  66.  
  67.     At any time while editing, one of the  function keys  may  be 
  68.     pressed to access any of the functions listed:
  69.  
  70.          F1  - Shortcut keys
  71.          F2  - Patch list from the K1
  72.          F3  - Single mode select
  73.          F4  - Multi mode select
  74.          F5  - Get a patch from the K1
  75.          F6  - Send the current patch to the K1
  76.          F7  - Save the current patch to disk
  77.          F8  - Load a patch from disk
  78.          F9  - Patch directory from disk
  79.          F10 - Quit the editor
  80.  
  81.     There  is  a  range of keyboard notes that can be played from 
  82.     the editor which can be found on right hand side of  the  top 
  83.     line  of  the  screen.  Use the mouse to click on and off the 
  84.     notes.  The space bar can also be used to turn on and off the 
  85.     C1 note.
  86.  
  87.  
  88.  
  89.  
  90.     FUNCTION DESCRIPTIONS:
  91.  
  92.     When the editor starts up, all patches are read from the  K1, 
  93.     all  single patches are read from disk, and single patch SIA1 
  94.     is displayed for editing.   An  environment  variable  called 
  95.     K1_PATCHES  can be used to tell the editor in which directory 
  96.     to find the patch files.  The absence of  the  variable  will 
  97.     cause the editor to look for the files in the current working 
  98.     directory.  For example, to access the patch files  from  the 
  99.     PATCHES  directory  on the C drive, put the following line in 
  100.     your AUTOEXEC.BAT:
  101.  
  102.         SET K1_PATCHES=C:\PATCHES
  103.  
  104.     The current mode (multi or single), the MIDI channel, and the 
  105.     current edit patch number is displayed on  the  bottom  line.  
  106.     Whenever  the mode is changed, the current patch is read from 
  107.     the K1 and displayed.   Patches  are  stored  on  disk  in  a 
  108.     library  file called PACTHES with a file extension of K1S for 
  109.     single patches  and  K1M  for  multi  patches.   An  internal 
  110.     directory  of  patches  stored  on  disk is maintained in the 
  111.     editor so that if any files are manipulated on disk during  a 
  112.     DOS shell session, the internal directory should be freshened.
  113.  
  114.  
  115.     File group:
  116.  
  117.     Save - saves the currently displayed patch to disk
  118.  
  119.     All save - saves all single patches if in single mode or
  120.         all multi patches if in multi mode stored in the K1
  121.         to disk
  122.  
  123.     Load - loads a patch from disk to the K1 and displays it as 
  124.         the current patch
  125.  
  126.     Freshen dir - freshens the internal patch disk directory 
  127.  
  128.     Patch dir - displays all single patches if in single mode or
  129.         all multi patches if in multi mode stored on disk
  130.  
  131.     Delete patch - deletes a patch from disk
  132.  
  133.     Shell - starts a DOS shell session
  134.  
  135.     Quit - quits the editor
  136.  
  137.  
  138.     Patch group:
  139.  
  140.     Get patch - gets a patch from the K1 and loads it as the
  141.         current patch
  142.  
  143.     Send patch - sends the current patch to the K1
  144.  
  145.     Patch list - displays all single patches if in single mode
  146.         or multi patches if in multi mode stored in the K1
  147.  
  148.     MIDI channel - changes the MIDI channel
  149.  
  150.  
  151.     Mode group:
  152.  
  153.     Single - changes to single mode
  154.  
  155.     Multi - changes to multi mode
  156.  
  157.  
  158.     Help group:
  159.  
  160.     General - displays general information about the editor
  161.  
  162.     Shortcut keys - displays a list of the shortcut keys
  163.  
  164.     Mouse usage - displays information about the mouse
  165.  
  166.  
  167.  
  168.  
  169.     INFORMATION:
  170.  
  171.     A Microsoft Windows icon file is supplied for users who would 
  172.     like  to  install the editor to run from Windows.  The editor 
  173.     can only run from Windows in standard mode.
  174.  
  175.     If you find this program useful, please let me know:
  176.  
  177.        John Speth, SpethWARE              Phone: 609-871-9092
  178.        222 South Hill Drive           We also do custom programming.
  179.        Westampton, NJ, 08046                    Call us !
  180.  
  181.        Compuserve: 71214,3606
  182.  
  183.