From 0cd984759aa3d21b74c596cf930b6002dd425618 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 3 Mar 2013 02:01:04 +0000 Subject: Add configuration file variable to specify path to a Timidity config file. Subversion-branch: /branches/v2-branch Subversion-revision: 2564 --- src/m_config.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/m_config.c') diff --git a/src/m_config.c b/src/m_config.c index 3ebc3812..e2afe6cc 100644 --- a/src/m_config.c +++ b/src/m_config.c @@ -906,6 +906,15 @@ static default_t extra_defaults_list[] = CONFIG_VARIABLE_INT(use_libsamplerate), + //! + // Full path to a Timidity configuration file to use for MIDI + // playback. The file will be evaluated from the directory where + // it is evaluated, so there is no need to add "dir" commands + // into it. + // + + CONFIG_VARIABLE_STRING(timidity_cfg_path), + #endif //! -- cgit v1.2.3