1 ##############################################################################
3 # Instrument configuration file for timidity
5 # ----------------------------------------
7 # Johan Hagman (Johan.Hagman@mailbox.swipnet.se) 26-Sep-96:
9 # This config file is for the uncompressed MIDIA GM patches from
10 # ftp://archive.cs.umbc.edu/pub/midia/instruments.tar.gz. The
11 # patches assumed to be installed are
13 # in /usr/local/lib/timidity/patch original piano & guitar
14 # in /usr/local/lib/timidity/instruments MIDIA patches
16 # ----------------------------------------
18 # Specify library directory: dir <directory>
20 # - Multiple library directories may be given. The ones given last will be
21 # searched first so you can override them in later configuration files.
22 # Extra configuration files and MIDI files will also be searched in these
25 # Set tone bank or drum set to modify: bank <number>
28 # Map program number to patch map: <program number> <patch name>
30 # - If the patch can't be found in the library directories, TiMidity will
31 # search again with ".pat" appended to the name.
32 # Programs without a loaded patch will be silent, except that for
33 # banks/drumsets >0, the corresponding patch in bank/drumset 0 will
34 # be used (if one exists).
36 # Read another configuration file: source <file name>
39 ##############################################################################
40 # If you've moved things around since compiling, uncomment and edit this to
41 # point to the library directory:
44 dir @out@/share/timidity
46 ##############################################################################
47 # This sets up the default patches in the TiMidity support package
48 # "timidity-lib-0.1.tar.gz":
54 ##############################################################################
55 # If you have Dustin McCartney's "wowpats" patches, you can source the
56 # config file to set them up for TiMidity:
58 # (Note that later entries in config files always override earlier ones)
63 ##############################################################################
64 # If you have Dustin McCartney's GS drum sets, you can source the config
65 # file to set them up for TiMidity:
70 ##############################################################################
71 # If you have the GUS General MIDI patch set, uncomment the following lines
72 # and edit the "dir" statement to point to your GUS patch directory.
74 #dir /dos-C/ultrasnd/midi
78 ##############################################################################
79 # If you have the Midia patch set, you can source midia.cfg to set them up.
80 # Note that midia.cfg sources gravis.cfg in turn, since the filenames are
86 ##############################################################################
87 # A config file for the Midia patch set. The patch filenames are identical
88 # to the GUS ones, although many of the patches themselves are different.
92 ##############################################################################
93 # These are the standard patches that come with the GUS, mapped into GM
100 # The Midia set doesn't have a bright piano,
101 # so we substitute acpiano instead.
127 # Replace with the guitar that comes with Timidity
152 # This sounds pretty dumb with the default panning
153 48 marcato pan=center
234 ##############################################################################
235 # The GUS drum patches
246 34 metbell keep=loop keep=env
249 37 stickrim strip=tail
283 71 whistle1 keep=loop keep=env
284 72 whistle2 keep=loop keep=env
296 84 belltree keep=loop keep=env
300 # There's no pistol, but I can't think of a reasonable substitute.
302 # Drumset 1 is identical to set 0
312 34 metbell keep=loop keep=env
315 37 stickrim strip=tail
349 71 whistle1 keep=loop keep=env
350 72 whistle2 keep=loop keep=env
362 84 belltree keep=loop keep=env
367 ##############################################################################
368 # End of configuration file