home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / GRAV_PAT / PPLTV131.ZIP / PATMENU / PATMENU.TXT < prev    next >
Encoding:
Text File  |  1995-12-01  |  8.9 KB  |  214 lines

  1.         *****************************************************
  2.         *                 «Patmenu  v0.7»                   *
  3.         *             by Eero Räsänen (C) 1995              *
  4.         *****************************************************
  5.  
  6. Purpose:
  7.  
  8.   A program for managing custom patch sets, especially Pro Patches Lite patch set.
  9.   You can start patmenu without any parameters and do the work easily with
  10.   a menuing system. However, some times it would be handy to manage the patch
  11.   set also from command-line, for example, optimizing the patch set for
  12.   some game in a batch file. Next section describes the command-line parameters.
  13.  
  14. Note:
  15.  
  16.   When started the first time Patmenu creates a directory called "backup" under
  17.   your \ultrasnd\midi directory. Patmenu uses this directory to backup the
  18.   original patches which are replaced by some custom patches. So DON'T
  19.   EVER remove this directory !!!
  20.  
  21. Usage:
  22.  
  23.   PATMENU [s|p|q|r|X Y]
  24.  
  25.   Parameter  Meaning
  26.   =========  =======
  27.      s          Full mode - uses all the Pro Patches Lite patches. 
  28.  
  29.      p          Game compability mode - for games which use a lot of patches.
  30.  
  31.      q          For megaem 3.xx - makes patch set for megaem 3.xx. With
  32.                 this command, you can build 1024.bnk file with megaem 3.xx.
  33.  
  34.      r          Restores all orginal patches. You Shouldn't have to use this.
  35.  
  36.      X Y        Command line version of the user interface of the patmenu.
  37.                 Same as starting patmenu without any parameters and pressing
  38.                 key "X" and after that pressing key "Y". For example, restoring
  39.                 original drums could be done with command "patmenu i 0" and
  40.                 with command "patmenu i 1" would vopy the Pro Patches Lite versions
  41.                 back. 
  42.  
  43.  
  44. INI - files:
  45.   
  46.     You already may have noticed that there are some .ini files included
  47.     with the patmenu program. These .ini files describe the cathegories
  48.     of patches used in the program. For example, when you are in the main
  49.     menu of the patmenu and you press key "0" then what ever you decide
  50.     to do, settings in the "0pats.ini" will take effect. Likewise, "1" for
  51.     "1pats.ini", "2" for "2pats.ini" and so on... The last ini -file which
  52.     can be used is "opats.ini" because the "ppats.ini" is already used
  53.     for game compability mode. So, you still have five free ini -files to
  54.     use after that "ipats.ini" used by Pro Patches Lite drums. You can make
  55.     new ini -files to have more cathegories patches.
  56.  
  57.     If you would like to have more options in some of the existing
  58.     cathegories ( like "808 drums" in the "drums" menu ) check out
  59.     the next section of this file and study the format of the ini -files.
  60.     
  61.         INI file   Description
  62.         ==========================
  63.         0pats.ini  Acoustic pianos
  64.         1pats.ini  Electric pianos
  65.         2pats.ini  Chromatic percussion
  66.         3pats.ini  Organs
  67.         4pats.ini  Acoustic guitars
  68.         5pats.ini  Electric guitars
  69.         6pats.ini  Basses
  70.         7pats.ini  Strings
  71.         8pats.ini  Ensemble
  72.         9pats.ini  Brass
  73.         apats.ini  Reed
  74.         bpats.ini  Pipe
  75.         cpats.ini  Synth lead
  76.         dpats.ini  Synth pad
  77.         epats.ini  Synth fx
  78.         fpats.ini  Ethnic
  79.         gpats.ini  Percussive
  80.         hpats.ini  Sound effects
  81.         ipats.ini  Drums
  82.  
  83.         ppats.ini  For playing games  - do not change unless you know what you
  84.                       are doing !
  85.         qpats.ini  For megaem 3.xx - do not change either unless you try to
  86.                       make patch set for 512kB GUS ( could be possible ) !
  87.  
  88.  
  89. Format of INI files:
  90.  
  91.    It's essential to know the format of the INI- files, if you want to
  92.    use also some other custom patches. This version of patmenu doesn't
  93.    have any editor included, so you have to do it manually by editing
  94.    the files with some nice editor, like the on which came with DOS :).
  95.    Well, the format is quite simple. Mostly it just looks very cryptic
  96.    because of the "*" and "#" characters.
  97.  
  98.    Let's take a look into file 0PATS.INI
  99.  
  100.    -----------------------------------------------------------------------
  101. (1)     #0*ACOUSTIC PIANOS*ORIGINAL*Pro Patches Lite
  102.  
  103. (2)     0*acpiano**_*
  104.         1*britepno*_*
  105.         3*honky****_*
  106.         6*hrpschrd*_*
  107.         7*clavinet*_*
  108.   ------------------------------------------------------------------------
  109.  
  110.  
  111. (1)  First character of the first line of the file is a "#" char. That
  112.      character describes that the line is the header line of the cathegory.
  113.      So, then comes number "0". Right now, it has no meaning. There could be
  114.      any other number.
  115.      After that comes the first "*" character. As you already may have
  116.      noticed, "*" characters are used for string separators in the file
  117.      because strings can also include spaces. So, there must be at least
  118.      one "*" character to separate two strings. This also means that
  119.      there can be many "*" chars beetween to strings...
  120.      The string "ACOUSTIC PIANOS" describe the option in the main menu
  121.      of the patmenu.
  122.      The strings "ORIGINAL" and "Pro Patches Lite" describe the options in
  123.      the menu under the option "ACOUSTIC PIANOS"...got it ?
  124.  
  125. (2)  The second part of the file describes the patch files used in the
  126.      section. As before, the first number could be anything. I have used
  127.      it as patch number.
  128.      The second string describes the original patch file name.
  129.      Don't change these !!! 
  130.      The third string ("_") is a special case for Pro Patches Lite patch.
  131.      It means that the patch has same file name as the original one but
  132.      it resides in the Pro Patches Lite directory. So, the "_" char in the
  133.      "0*acpiano**_*" means same as "0*acpiano*acpiano*".
  134.      It's just a way to make the lines shorter.
  135.  
  136.      In other words, the second column in the file describes patches for the
  137.      "ORIGINAL" option in the menu and third column describes the same
  138.      thing for the option "Pro Patches Lite".
  139.  
  140.  
  141. Changing INI files:
  142.  
  143.      After you have understood the format of the INI -file described
  144.      above it is a good time to know how to make changes to them.
  145.      For example, lets assume that you have two new pianos under
  146.      directory "C:\PATCHES\BIGPIANO" and your Pro Patches Lite resides
  147.      under directory "C:\PATCHES". These two files are "BIGACPNO.PAT"
  148.      and "BIGBTPNO.PAT" and they are both very nice sounding, but
  149.      both are over 500kB in size. So, you would like to use them
  150.      in time to time for playing some midi files played with a solo
  151.      piano.
  152.  
  153.      First thing to do is to add a menu option for the pianos. It
  154.      can be done as follows.
  155.  
  156.      ----------------------------------------------------------------------
  157.  
  158.      #0*ACOUSTIC PIANOS*ORIGINAL*Pro Patches Lite*BIG PIANOS
  159.                                             
  160.      0*acpiano**_*BIGPIANO\BIGACPNO*
  161.      1*britepno*_*BIGPIANO\BIGBTPNO*
  162.      3*honky****_*_*****************
  163.      6*hrpschrd*_*_*****************
  164.      7*clavinet*_*/*****************
  165.  
  166.      ----------------------------------------------------------------------
  167.  
  168.      As you can see, the changes consist of one more string in the header
  169.      line to describe the new option in the menu and a column of text
  170.      in the second part of the file to describe the new patches.
  171.  
  172.      When the "BIG PIANOS" option is chooced from the menu "Acoustic pianos",
  173.      files acpiano Patmenu copies file "C:\patches\bigpiano\binacpno.pat" to     
  174.      file "C:\ultrasnd\midi\acpiano.pat" and file "C:\patches\bigpiano\binbtpno.pat" to
  175.      file "C:\ultrasnd\midi\britepno.pat".
  176.  
  177.      The next two lines are processed as decribed before and then comes
  178.      the last thing to wonder about - "/" character. This character is
  179.      invertion of "_" character. In this case it would restore the
  180.      original version of the "clavinet" patch. In other words, it
  181.      makes sure that original version of the patch is used when
  182.      "BIG PIANOS" option is chooced from the the menu "Acoustic pianos".
  183.  
  184.                                                     
  185.  
  186.  
  187. BE SURE THAT YOU TAKE BACKUPS OF THE .INI FILES BEFORE CHANGING THEM !!
  188.  
  189.  
  190. Changes in version 0.8 (compared to v0.7)
  191.  
  192.      -Few visual changes.
  193.      -Now "Game Compability" and "MegaEm" modes work any time.
  194.  
  195.  
  196. Changes in version 0.7 (compared to v0.6)
  197.  
  198.      When the mode is changed to Game Compability mode, patmenu can
  199.      not only restore, but also copy some instruments.
  200.      This is useful if there is some "middle quality" patch, which is
  201.      small and sound better than the original and sound, but does not sound
  202.      as good as some other bigger replacement.
  203.  
  204.  
  205. Changes in version 0.6 (compared to v0.5)
  206.  
  207.      There was a minor bug in the user interface. When one pressed
  208.      "r" button, wrong line was highlighted.
  209.  
  210.      Changed the name to "Pro Patches Lite menu" 
  211.  
  212.  
  213. ***End of File***
  214.