home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / MIDI_PAT / MTOOLS.ZIP / MTHELP.EXE / RECORD.HLP < prev    next >
Encoding:
Text File  |  1993-09-14  |  12.4 KB  |  160 lines

  1.                                 ┌┬──────────┬┐                                
  2.                                 ││  Record  ││                                
  3.                                 └┴──────────┴┘                                
  4.                                                                               
  5.     Function key usage                                       Mouse            
  6.                                                                               
  7.    F1      - Display this help information.                  [Help]           
  8.    F2      - Clear recording.                                [Clear]          
  9.    F3      - Exit program.                                   [Exit]           
  10.    F4      - Write recording to disk.                        [Write]          
  11.    F7      - Start/Stop recording.                           [Record/Stop]    
  12.    F9      - Decrement cell value.                           <left button>    
  13.    F10     - Increment cell value.                           <right button>   
  14.    Alt-F2  - Toggle MIDI thru mode off/on (default is on).   [Thru]           
  15.    Alt-F3  - Push to DOS.                                    [Push]           
  16.    Alt-F10 - Toggle IBM Music Feature music mode.                             
  17.                                                                               
  18.  ┌─────────┐                                                                  
  19.  │ Editing │                                                                  
  20.  └─────────┘                                                                  
  21.                                                                               
  22.  Use the arrow keys to move the large block cursor around the screen to       
  23.  select the available data fields or "cells".  On a color monitor, the data   
  24.  in cells which can be changed will appear yellow.  Note the input area near  
  25.  the bottom of the screen, indicated by ">" and the small blinking cursor.    
  26.  To enter or change a selected cell, type into the input area and press       
  27.  return.  The value entered will then appear in the cell (if the input was    
  28.  valid).  A description of the valid input for the current cell will always   
  29.  appear on the line above the input area.                                     
  30.                                                                               
  31.  Use the following keys for editing:                                          
  32.                                                                               
  33.   Return    - Retrieves the current contents of a cell and places it in the   
  34.                input area for modification (if the input area is empty).      
  35.   Insert    - Toggles between character insert and overwrite modes.           
  36.   Delete    - Deletes the character at the cursor.                            
  37.   BackSpace - Deletes the character before the cursor.                        
  38.   End       - Moves to the end of the character string.                       
  39.   Home      - Moves to the beginning of the character string.                 
  40.   Escape    - Erases the input area.                                          
  41.                                                                               
  42.  ┌───────────┐                                                                
  43.  │ Operation │                                                                
  44.  └───────────┘                                                                
  45.                                                                               
  46.  When RECORD is run without specifying a file name on the command line, it    
  47.  executes interactively.  Several options can be specified by filling in the  
  48.  data cells on the screen prior to recording.  To begin recording, press F7   
  49.  (or click the [Record/Stop] block at the bottom of the screen).  Recording   
  50.  begins with the first MIDI event received, and continues until F7 is pressed 
  51.  again.  Recording may be stopped and resumed any number of times.  To begin  
  52.  a new recording, press F2 to clear.  Don't forget to use F4 (Write) first if 
  53.  you want to save the recording.                                              
  54.                                                                               
  55.  Data cells:                                                                  
  56.                                                                               
  57.  - File:  The name of the MIDI output file.  The default name is "out.mff".   
  58.    Recording can be initiated repeatedly and the output file will be replaced 
  59.    each time F4 is pressed unless the name is changed.                        
  60.                                                                               
  61.  - Title:  A short descriptive note to be included in the file for use by a   
  62.    MIDI file-capable sequencer or other reader.                               
  63.                                                                               
  64.  - Tempo:  The base tempo assigned to the sequence.  The default is 120       
  65.    quarter note beats per minute.                                             
  66.                                                                               
  67.  - Format:  One of 2 supported MIDI file formats: 0 or 1.  Format 0 is the    
  68.    most portable.                                                             
  69.                                                                               
  70.  - Delay:  Allows a pause to be inserted at the beginning of the sequence.    
  71.    Normally, the first MIDI event will be recorded at time 0, but if this     
  72.    value is non-zero, the first event will start at the specified time (in    
  73.    tenths of a second).                                                       
  74.                                                                               
  75.                                                                               
  76.  ┌─────────────┐                                                              
  77.  │ Mouse usage │                                                              
  78.  └─────────────┘                                                              
  79.                                                                               
  80.  When a Microsoft-compatible mouse is available and the mouse driver software 
  81.  properly loaded, operations using the mouse will be enabled.  The mouse may  
  82.  be used to select an input cell on the screen by positioning the small mouse 
  83.  cursor on the cell and single clicking either button.  The cell will be      
  84.  highlighted, just as if the cell had been selected using the arrow keys.     
  85.                                                                               
  86.  Any cell which can be changed using the F10/F9 keys to increment/decrement,  
  87.  may be changed in a similar manner using the mouse.  Once a cell is selected 
  88.  by clicking on it, subsequent clicking of the left button will decrement the 
  89.  cell value, and clicking of the right button will increment it.              
  90.                                                                               
  91.  In mouse mode, the function key designations normally displayed at the       
  92.  bottom of the screen are changed to selector blocks for each available       
  93.  function.  Clicking on a block will perform the indicated function.  All     
  94.  functions may still be invoked via the normal keyboard equivalents.          
  95.                                                                               
  96.  If mouse operations are not desired, add the -k option on the command line   
  97.  when the program is run to force keyboard mode.                              
  98.                                                                               
  99.  ┌────────────────────┐                                                       
  100.  │ Command line usage │                                                       
  101.  └────────────────────┘                                                       
  102.                                                                               
  103.  RECORD <filename> <options>                                                  
  104.                                                                               
  105.  If <filename> is specified, RECORD is run non-interactively (i.e., recording 
  106.  is begun and the given file is used for the MIDI file output).  Recording    
  107.  begins when the first MIDI event is received, and continues until a key is   
  108.  pressed (on the computer keyboard).  Interactive mode is selected simply by  
  109.  leaving off the file name.                                                   
  110.                                                                               
  111.  <options> may be any of the following:                                       
  112.                                                                               
  113.                                                                               
  114.  -d  Selects the MIDI interface to use if more than one is present in the     
  115.      system:                                                                  
  116.                                                                               
  117.               -dmfc      selects IBM Music Feature                            
  118.               -dmpu      selects MPU-401 compatible                           
  119.               -dmidiator selects MIDIator                                     
  120.               -dserial   selects generic 38400 baud serial                    
  121.               -dsbmidi   selects Sound Blaster MIDI                           
  122.                                                                               
  123.               (The first 3 letters of the device name are sufficient.)        
  124.                                                                               
  125.      Optional IRQ and I/O port address information can be added following     
  126.      the device id if necessary:                                              
  127.                                                                               
  128.               -dxxx:<irq>:<ioaddr>                                            
  129.                                                                               
  130.      For example, to define an MPU-compatible interface using IRQ 5 and I/O   
  131.      address 332 (hex), use:                                                  
  132.                                                                               
  133.               -dMPU:5:332                                                     
  134.                                                                               
  135.      If only the I/O address is required but the default IRQ is alright,      
  136.      use -dMPU::332.                                                          
  137.                                                                               
  138.  -i  Try to determine the IRQ in use automatically (MPU and MFC only).        
  139.                                                                               
  140.  -v  List the type of interface actually selected before starting.            
  141.                                                                               
  142.  -k  forces keyboard mode if a mouse is present.                              
  143.                                                                               
  144.  -m  forces monochrome mode (mono mode is automatically detected).            
  145.                                                                               
  146.   Separate all options with at least one space.                               
  147.                                                                               
  148.                                                                               
  149.  Examples:                                                                    
  150.                                                                               
  151.    record                   (Runs the program interactively)                  
  152.                                                                               
  153.    record test.mff          (Begins recording to file test.mff)               
  154.                                                                               
  155.    record -dmpu::336        (Runs interactively; forces MPU I/O address 336)  
  156.                                                                               
  157.    record test.mff -dmfc    (Records to file, forcing MFC mode)               
  158.                                                                               
  159.  ---------------------------------------------------------------------------  
  160.