Question - who should handle configuration? #1550
-
Hello, recently I opened an issue on OpenTTD/OpenTTD#14035 about configuration not being considered. This prompted the following question: Who should be handling fluidsynth configuration loading? Should every application that uses the library load the user and system configuration manually or should the fluidsynth library inherently load those configurations as the default when initialized and only allow clients to re-configure setting after the fact? If the application should load the configs on its own, can my my assessment on how it's done be confirmed? I wrote about how I believe it should be done in the OpenTTD issue, based on fluidsynth's default cli player implementation. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Whether or not to use fluidsynth's configuration files clearly is a decision that it up to the client application. This logic cannot be crafted into the fluidsynth library.
Confirmed, see the wiki page. |
Beta Was this translation helpful? Give feedback.
Whether or not to use fluidsynth's configuration files clearly is a decision that it up to the client application. This logic cannot be crafted into the fluidsynth library.
Confirmed, see the wiki page.