1
1
/*
2
- * Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
3
- * (C) 2024 Vladimir Sadovnikov <[email protected] >
2
+ * Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3
+ * (C) 2025 Vladimir Sadovnikov <[email protected] >
4
4
*
5
5
* This file is part of lsp-plugins-send
6
6
* Created on: 05 авг 2024 г.
@@ -49,7 +49,7 @@ namespace lsp
49
49
BYPASS,
50
50
IN_GAIN,
51
51
OUT_GAIN,
52
- LOG_CONTROL (" g_send" , " Send gain" , U_GAIN_AMP, send::SEND_GAIN),
52
+ LOG_CONTROL (" g_send" , " Send gain" , " Send gain " , U_GAIN_AMP, send::SEND_GAIN),
53
53
SEND_NAME (" send" , " Audio send connection point name" ),
54
54
AUDIO_SEND (" sout" , " Audio send output" , 0 , " send" ),
55
55
@@ -70,7 +70,7 @@ namespace lsp
70
70
BYPASS,
71
71
IN_GAIN,
72
72
OUT_GAIN,
73
- LOG_CONTROL (" g_send" , " Send gain" , U_GAIN_AMP, send::SEND_GAIN),
73
+ LOG_CONTROL (" g_send" , " Send gain" , " Send gain " , U_GAIN_AMP, send::SEND_GAIN),
74
74
SEND_NAME (" send" , " Audio send connection point name" ),
75
75
AUDIO_SEND (" sout_l" , " Audio send output left" , 0 , " send" ),
76
76
AUDIO_SEND (" sout_r" , " Audio send output right" , 1 , " send" ),
0 commit comments