blob: 3923fb206204c786d6546b6e230afc054cb267fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
##############################################################################
#
# timidity-update core configuration file
#
# Easy process:
#
# 1. Change directory to patch directory
# 2. Source current/timidity.cfg
#
# Current patch set will always be symlinked to current, so make sure that the
# proper timidity.cfg is in there
#
#
# - source /usr/share/timidity
# - source ~/.timidity/current
# - Make ~/.timidity/current point to the current patch set, or to whatever
# the individual user sets
# - If ~/.timidity/current isn't found, it will try
# /usr/share/timidity/current
#
dir /usr/share/timidity
dir ~/.timidity
source current/timidity.cfg
|