1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
# Instrument configuration file for timidity
#
# Specify library directory: dir <directory>
#
# - Multiple library directories may be given. The ones given last will be
# searched first so you can override them in later configuration files.
# Extra configuration files and MIDI files will also be searched in these
# directories.
#
# Set tone bank or drum set to modify: bank <number>
# drumset <number>
#
# Map program number to patch map: <program number> <patch name>
#
# - If the patch can't be found in the library directories, TiMidity will
# search again with ".pat" appended to the name.
# Programs without a loaded patch will be silent, except that for
# banks/drumsets >0, the corresponding patch in bank/drumset 0 will
# be used (if one exists).
#
# Read another configuration file: source <file name>
# The default timidity search path contains the following two system
# directories. Add additional lines to add instrument patches from
# other directories. (for example, from a DOS partition).
# These defaults are setup for the Debian timidity-patches package.
dir /usr/lib/timidity/patches
# By default, try to use the instrument patches from timidity-patches:
bank 0
0 patch/acpiano.pat
24 patch/nylongt2.pat
# This file is in the timidity-patches package.
source midia.cfg
|