Skip to content

Commit 19eee7b

Browse files
committed
Metadata update
1 parent a3bc647 commit 19eee7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/meta/send.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
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]>
44
*
55
* This file is part of lsp-plugins-send
66
* Created on: 05 авг 2024 г.
@@ -49,7 +49,7 @@ namespace lsp
4949
BYPASS,
5050
IN_GAIN,
5151
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),
5353
SEND_NAME("send", "Audio send connection point name"),
5454
AUDIO_SEND("sout", "Audio send output", 0, "send"),
5555

@@ -70,7 +70,7 @@ namespace lsp
7070
BYPASS,
7171
IN_GAIN,
7272
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),
7474
SEND_NAME("send", "Audio send connection point name"),
7575
AUDIO_SEND("sout_l", "Audio send output left", 0, "send"),
7676
AUDIO_SEND("sout_r", "Audio send output right", 1, "send"),

0 commit comments

Comments
 (0)