home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / midi / tim3202i.zip / timidity.cfg < prev    next >
Text File  |  1995-05-22  |  3KB  |  76 lines

  1. ##############################################################################
  2. # Instrument configuration file for timidity
  3. #
  4. # Specify library directory:        dir <directory>
  5. #
  6. # - Multiple library directories may be given. The ones given last will be
  7. #   searched first so you can override them in later configuration files.
  8. #   Extra configuration files and MIDI files will also be searched in these
  9. #   directories.
  10. #
  11. # Set tone bank or drum set to modify:    bank <number>
  12. #                    drumset <number>
  13. #
  14. # Map program number to patch map:    <program number> <patch name>
  15. #
  16. # - If the patch can't be found in the library directories, TiMidity will 
  17. #   search again with ".pat" appended to the name.
  18. #   Programs without a loaded patch will be silent, except that for
  19. #   banks/drumsets >0, the corresponding patch in  bank/drumset 0 will
  20. #   be used (if one exists).
  21. #
  22. # Read another configuration file:    source <file name>
  23. #
  24.  
  25. ##############################################################################
  26. # If you've moved things around since compiling, uncomment and edit this to
  27. # point to the library directory: 
  28. #
  29. #dir /usr/local/lib/timidity
  30. #
  31.  
  32. ##############################################################################
  33. # This sets up the default patches in the TiMidity support package
  34. # "timidity-lib-0.1.tar.gz":
  35.  
  36. bank 0
  37.    0 patch/acpiano.pat
  38.   24 patch/nylongt2.pat
  39.  
  40. ##############################################################################
  41. # If you have Dustin McCartney's "wowpats" patches, you can source the 
  42. # config file to set them up for TiMidity:
  43. #
  44. # (Note that later entries in config files always override earlier ones)
  45. #
  46. #source wowpats.cfg
  47. #
  48.  
  49. ##############################################################################
  50. # If you have Dustin McCartney's GS drum sets, you can source the config
  51. # file to set them up for TiMidity:
  52. #
  53. #source gsdrum.cfg
  54. #
  55.  
  56. ##############################################################################
  57. # If you have the GUS General MIDI patch set, uncomment the following lines 
  58. # and edit the "dir" statement to point to your GUS patch directory. 
  59. #
  60. #dir /dos-C/ultrasnd/midi
  61. #source gravis.cfg
  62. #
  63.  
  64. ##############################################################################
  65. # If you have the Midia patch set, you can source midia.cfg to set them up.
  66. # Note that midia.cfg sources gravis.cfg in turn, since the filenames are 
  67. # almost identical.
  68. #
  69. #source midia.cfg
  70. #
  71.  
  72.  
  73. ##############################################################################
  74. # End of configuration file
  75.