mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Print the configuration on startup
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user