Closed 239 closed 1 year ago
Are you explicitly invoking the preset (-p default
) in your first example? Note that the program does not load the default preset automatically. The reason that file is included is to be used as a template for users to create their own presets. It's not really intended to be used by the program. The settings from that preset are already used internally in the source code.
My fault, I thought it was more like changing the default settings. Thanks for the clarification! defaults.ini, example.ini or template.ini might be less confusing in this case.
Changing
OpusMode
in default.ini seems to have no effect, no matter what is set in[Global]
or[Opus]
:Although it does work using a separate profile opus.ini (
rsgain easy -S -p opus
):