Print the configuration on startup

This commit is contained in:
Robbert van der Helm
2020-05-16 16:18:16 +02:00
parent 312200f100
commit d2cd608abb
4 changed files with 64 additions and 14 deletions
+4
View File
@@ -46,6 +46,7 @@
* Otherwise the default settings will be used.
*/
class Configuration {
public:
/**
* Create an empty configuration object with default settings.
*/
@@ -69,6 +70,9 @@ class Configuration {
* `libyabridge.so`. If no configuration file could be found then this will
* return an empty configuration object with default settings.
*
* This function will take any optional compile-time features that have not
* been enabled into account.
*
* @param yabridge_path The path to the .so file that's being loaded.by the
* VST host. This will be used both for the starting location of the
* search and to determine which section in the config file to use.