home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 043 / jaleo062.zip / R2OPL.INI < prev    next >
INI File  |  1994-09-26  |  2KB  |  57 lines

  1. ;   OWNER: Ruckus 2.0
  2. ; VERSION: 2.10
  3. ;FILENAME: R2OPL.INI
  4. ;  LOCATE: In current directory or that pointed to by PATDIR=
  5. ;      BY: Cornel Huth, 27-Apr-94
  6.  
  7. ;27-Apr-94
  8. ;NOTE: The OPL patches are still work-in-progress (aren't all patches?)
  9. ;The MTOPL4OP.PAT is actually just the GMOPL4OP.PAT, so 4op voices are
  10. ;not recommended until I make a real one (having this one supplied keeps
  11. ;R2 happy when you issue a bank1 switch -- else R2 will error out with
  12. ;*DOS* error 2 (not 0702h as it should, since it's a patch-related error)
  13. ;Drums are real difficult to simulate with synthesis-- real hard. I'll
  14. ;see if I can't do something better by next time.
  15.  
  16. ;OPL patches
  17. ;-bank 0 are in GM order
  18. ;-bank 1 are in MT-32 order (actually, anything you put in there)
  19. ;-default file extension of all files is .PAT
  20. ;-entries are 2op filename followed by 4op filename (do not add .ext)
  21. ;-[end] required at end of file
  22. ;-this file _may_ be accessed anytime R2 caches patches
  23. ;-[dir=] must immediately follow [bank=] to locate the patches
  24. ;-additional [dir=]'s may be used as necessary within a bank
  25.  
  26. ;General Format
  27. ;-position numbers are 0-based
  28. ;-counting number are 1-based
  29. ;-semi-colon in column 0 used to indicate comment line (ignored)
  30. ;-printable ASCII with CR/LF line termination recommended
  31. ;-non-ASCII should be limited to comment lines
  32. ;-numbers must be base-10
  33. ;-case is NOT significant
  34. ;-lines can be any length up to 250 (less than 80 recommended)
  35. ;-patch names must be on separate lines
  36. ;-patch names end at first whitespace, or 8 characters, whichever comes first
  37.  
  38. ;--------------------------------------
  39. ;GM-L1 ordering of patch# to instrument
  40. ;(specifically patch# to PATCH filename)
  41.  
  42. [bank=0]        ;bank=0 required and indicates following are all GM-ordered
  43. [dir=DEFAULT]   ;if =DEFAULT, eVar PATDIR= locates following patches
  44.  
  45. GMOPL2OP        ;2op always first followed by 4op
  46. GMOPL4OP        ;--that's it, only these two files used for bank
  47.  
  48. ;--------------------------------------
  49. ;MT-32 ordering of patch# to instrument
  50.  
  51. [bank=1]        ;bank=1 is optional, but typically is used for MT-32 patches
  52. [dir=DEFAULT]
  53.  
  54. MTOPL2OP        ;2op always first followed by 4op
  55. MTOPL4OP        ;--that's it, only these two files used for bank
  56. [end]
  57.