1 ##############################################################################
3 # Instrument configuration file for timidity
5 # Specify library directory: dir <directory>
7 # - Multiple library directories may be given. The ones given last will be
8 # searched first so you can override them in later configuration files.
9 # Extra configuration files and MIDI files will also be searched in these
12 # Set tone bank or drum set to modify: bank <number>
15 # Map program number to patch map: <program number> <patch name>
17 # - If the patch can't be found in the library directories, TiMidity will
18 # search again with ".pat" appended to the name.
19 # Programs without a loaded patch will be silent, except that for
20 # banks/drumsets >0, the corresponding patch in bank/drumset 0 will
21 # be used (if one exists).
23 # Read another configuration file: source <file name>
26 ##############################################################################
27 # If you've moved things around since compiling, uncomment and edit this to
28 # point to the library directory:
30 dir @PREFIX@/share/guspatches
33 ##############################################################################
34 # This sets up the default patches in the TiMidity support package
35 # "timidity-lib-0.1.tar.gz":
39 # 24 patch/nylongt2.pat
41 ##############################################################################
42 # If you have Dustin McCartney's "wowpats" patches, you can source the
43 # config file to set them up for TiMidity:
45 # (Note that later entries in config files always override earlier ones)
50 ##############################################################################
51 # If you have Dustin McCartney's GS drum sets, you can source the config
52 # file to set them up for TiMidity:
57 ##############################################################################
58 # If you have the GUS General MIDI patch set, uncomment the following lines
59 # and edit the "dir" statement to point to your GUS patch directory.
61 #dir /dos-C/ultrasnd/midi
65 ##############################################################################
66 # If you have the Midia patch set, you can source midia.cfg to set them up.
67 # Note that midia.cfg sources gravis.cfg in turn, since the filenames are
74 ##############################################################################
75 # End of configuration file