Skip to content

Commit f1c1c5c

Browse files
committed
Using new mechanism for registering plugin metadata
1 parent 8e89ceb commit f1c1c5c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/main/meta/send.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Copyright (C) 2025 Linux Studio Plugins Project <https://lsp-plug.in/>
3-
* (C) 2025 Vladimir Sadovnikov <sadko4u@gmail.com>
2+
* Copyright (C) 2026 Linux Studio Plugins Project <https://lsp-plug.in/>
3+
* (C) 2026 Vladimir Sadovnikov <sadko4u@gmail.com>
44
*
55
* This file is part of lsp-plugins-send
66
* Created on: 05 авг 2024 г.
@@ -20,6 +20,7 @@
2020
*/
2121

2222
#include <lsp-plug.in/plug-fw/meta/ports.h>
23+
#include <lsp-plug.in/plug-fw/meta/registry.h>
2324
#include <lsp-plug.in/shared/meta/developers.h>
2425
#include <private/meta/send.h>
2526

@@ -127,6 +128,7 @@ namespace lsp
127128
mono_plugin_port_groups,
128129
&send_bundle
129130
};
131+
LSP_REGISTER_METADATA(send_mono);
130132

131133
const plugin_t send_stereo =
132134
{
@@ -157,6 +159,8 @@ namespace lsp
157159
stereo_plugin_port_groups,
158160
&send_bundle
159161
};
162+
LSP_REGISTER_METADATA(send_stereo);
163+
160164
} /* namespace meta */
161165
} /* namespace lsp */
162166

0 commit comments

Comments
 (0)