- Fixed init script TIM_ALSASEQPARAM -> TIM_ALSASEQPARAMS bnc#788444 - Reversed values of the two pameters in /etc/sysconfig/timidity and added some extra parameters as default - Added some comment about the values of the paramters and two recommended package: fluid-soundfont-gm and fluid-soundfont-gs - Also copies README.SuSE in doc directory OBS-URL: https://build.opensuse.org/request/show/140757 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/timidity?expand=0&rev=25
26 lines
700 B
Plaintext
26 lines
700 B
Plaintext
## Path: Sound/MIDI
|
|
## Description: TiMidity++ ALSA midi emulation settings
|
|
## Type: string
|
|
## Default: "-iAq -B2,8 -Os1l -s 44100"
|
|
#
|
|
|
|
## Type: string
|
|
## Default: "-iAq"
|
|
## ServiceRestart: timidity
|
|
#
|
|
# Parameters for alsaseq
|
|
#
|
|
TIM_ALSASEQPARAMS="-iAq"
|
|
|
|
## Type: string
|
|
## Default: "-B2,8 -Os1l -s 44100"
|
|
## ServiceRestart: timidity
|
|
#
|
|
# Default parameters to start as aseq backend
|
|
# Explanation and more parameters: use 'man timidity'
|
|
# Also recommended to install the packages: fluid-soundfont-gm
|
|
# and fluid-soundfont-gs and remove the corresponding
|
|
# comment # in /usr/share/timidity/timidity.cfg
|
|
#
|
|
TIM_STARTUP="-B2,8 -Os1l -s 44100"
|