Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wildmidi cannot use the guspat required and optional patch set #89

Open
chrisisonwildcode opened this issue May 18, 2014 · 2 comments
Open

Comments

@chrisisonwildcode
Copy link
Contributor

The guspat set available on freebsd cannot be used by wildmidi in its default install layout. This is because wildmidi dir lines in the config over-ride previous dir commands. The default timidity.cfg for guspat set appear to expect the software using the config to search through listed directories.

@chrisisonwildcode
Copy link
Contributor Author

hmm, what to do about this ...

Choices:

1.) Leave as is knowing that some guspat sets will need to be reconfigured. Current behaviour is that a DIR command in a config overrides previous DIR commands in the config.

2.) Modify behaviour to match what the freebsd guspat sets expect. As in a DIR command in the config file adds to the list of directories to look in for the pat and config files with the last entry being the 1st one to check.

3.) Do something completely different and everyone else can go bald and grey for once.

@psi29a psi29a added this to the Wishlist milestone Jan 2, 2015
@kotc
Copy link

kotc commented Jan 21, 2015

make wildmidi to react to commented directives in config like this? example
[code]
dir /some/dir
#WM_ignore_additional_dirs
source some.cfg
[/code]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants