1##############################################################################
2#
3# Instrument configuration file for timidity
4#
5# Specify library directory:		dir <directory>
6#
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
10#   directories.
11#
12# Set tone bank or drum set to modify:	bank <number>
13#					drumset <number>
14#
15# Map program number to patch map:	<program number> <patch name>
16#
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).
22#
23# Read another configuration file:	source <file name>
24#
25
26dir /usr/local/share/guspat/inst
27dir /usr/local/share/guspat
28
29source default.cfg
30source gsdrum.cfg
31source gsdrum25.cfg
32source sfx.cfg
33source mt32.cfg
34source power.cfg
35source release.cfg
36source altassign.cfg
37
38##############################################################################
39# Local configulation
40
41# These nice patches are from the Roland SCC-1 Sound Canvas MIDI synthesizer.
42bank 0
43	47 roland/C2TIMPNI.PAT amp=125
44	115 roland/C3WODBLK.PAT amp=160
45	116 roland/C3TAIKO.PAT amp=160
46
47##############################################################################
48# End of configuration file
49