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 /run/current-system/sw/share/timidity/instruments
45 dir /run/current-system/sw/share/timidity/patch
47 ##############################################################################
48 # This sets up the default patches in the TiMidity support package
49 # "timidity-lib-0.1.tar.gz":
55 ##############################################################################
56 # If you have Dustin McCartney's "wowpats" patches, you can source the
57 # config file to set them up for TiMidity:
59 # (Note that later entries in config files always override earlier ones)
64 ##############################################################################
65 # If you have Dustin McCartney's GS drum sets, you can source the config
66 # file to set them up for TiMidity:
71 ##############################################################################
72 # If you have the GUS General MIDI patch set, uncomment the following lines
73 # and edit the "dir" statement to point to your GUS patch directory.
75 #dir /dos-C/ultrasnd/midi
79 ##############################################################################
80 # If you have the Midia patch set, you can source midia.cfg to set them up.
81 # Note that midia.cfg sources gravis.cfg in turn, since the filenames are
87 ##############################################################################
88 # A config file for the Midia patch set. The patch filenames are identical
89 # to the GUS ones, although many of the patches themselves are different.
93 ##############################################################################
94 # These are the standard patches that come with the GUS, mapped into GM
101 # The Midia set doesn't have a bright piano,
102 # so we substitute acpiano instead.
128 # Replace with the guitar that comes with Timidity
153 # This sounds pretty dumb with the default panning
154 48 marcato pan=center
235 ##############################################################################
236 # The GUS drum patches
247 34 metbell keep=loop keep=env
250 37 stickrim strip=tail
284 71 whistle1 keep=loop keep=env
285 72 whistle2 keep=loop keep=env
297 84 belltree keep=loop keep=env
301 # There's no pistol, but I can't think of a reasonable substitute.
303 # Drumset 1 is identical to set 0
313 34 metbell keep=loop keep=env
316 37 stickrim strip=tail
350 71 whistle1 keep=loop keep=env
351 72 whistle2 keep=loop keep=env
363 84 belltree keep=loop keep=env
368 ##############################################################################
369 # End of configuration file