File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 г.
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
You can’t perform that action at this time.
0 commit comments