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-phaser
66 * Created on: 10 мар 2025 г.
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/phaser.h>
2526
@@ -298,6 +299,7 @@ namespace lsp
298299 mono_plugin_port_groups,
299300 &phaser_bundle
300301 };
302+ LSP_REGISTER_METADATA (phaser_mono);
301303
302304 const plugin_t phaser_stereo =
303305 {
@@ -328,6 +330,8 @@ namespace lsp
328330 stereo_plugin_port_groups,
329331 &phaser_bundle
330332 };
333+ LSP_REGISTER_METADATA (phaser_stereo);
334+
331335 } /* namespace meta */
332336} /* namespace lsp */
333337
You can’t perform that action at this time.
0 commit comments