We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32bd2f commit fe3d87bCopy full SHA for fe3d87b
src/main/meta/return.cpp
@@ -57,7 +57,7 @@ namespace lsp
57
BYPASS,
58
IN_GAIN,
59
OUT_GAIN,
60
- COMBO("mode", "Return mode", 0, return_mix_mode),
+ COMBO("mode", "Return mode", "Mode", 0, return_mix_mode),
61
LOG_CONTROL("g_retn", "Return gain", "Return gain", U_GAIN_AMP, Return::RETURN_GAIN),
62
RETURN_NAME("return", "Audio return connection point name"),
63
AUDIO_RETURN("rin", "Audio return input", 0, "return"),
@@ -77,7 +77,7 @@ namespace lsp
77
78
79
80
81
82
83
AUDIO_RETURN("rin_l", "Audio return input left", 0, "return"),
0 commit comments